dont depend on man for now

This commit is contained in:
Natanael Copa 2008-11-14 12:23:58 +00:00
parent 63076c935d
commit a149cc128b
1 changed files with 1 additions and 1 deletions

2
abuild
View File

@ -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
}