diff options
-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 } |