diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-14 12:23:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-14 12:23:58 +0000 |
commit | a149cc128b0da483f69cc85adea2f75931d3a507 (patch) | |
tree | 984ad5ce609f24db17346ff990f81ed2451b3703 | |
parent | 63076c935d84172732bdd617ebc35d5d8838365b (diff) | |
download | abuild-a149cc128b0da483f69cc85adea2f75931d3a507.tar.gz abuild-a149cc128b0da483f69cc85adea2f75931d3a507.tar.bz2 abuild-a149cc128b0da483f69cc85adea2f75931d3a507.tar.xz abuild-a149cc128b0da483f69cc85adea2f75931d3a507.zip |
dont depend on man for now
-rwxr-xr-x | abuild | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -321,7 +321,7 @@ doc() { # remove if empty, ignore error (not empty) rmdir "$pkgdir/usr/share" "$pkgdir/usr" 2>/dev/null - [ -d "$subpkgdir/usr/share/man" ] && depends="man" +# [ -d "$subpkgdir/usr/share/man" ] && depends="man" return 0 } |