summaryrefslogtreecommitdiff
path: root/abuild
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2008-11-14 12:23:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2008-11-14 12:23:58 +0000
commita149cc128b0da483f69cc85adea2f75931d3a507 (patch)
tree984ad5ce609f24db17346ff990f81ed2451b3703 /abuild
parent63076c935d84172732bdd617ebc35d5d8838365b (diff)
downloadabuild-a149cc128b0da483f69cc85adea2f75931d3a507.tar.gz
abuild-a149cc128b0da483f69cc85adea2f75931d3a507.tar.bz2
abuild-a149cc128b0da483f69cc85adea2f75931d3a507.tar.xz
abuild-a149cc128b0da483f69cc85adea2f75931d3a507.zip
dont depend on man for now
Diffstat (limited to 'abuild')
-rwxr-xr-xabuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild b/abuild
index abb43ba..c8a2b95 100755
--- a/abuild
+++ b/abuild
@@ -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
}