abuild: do ont compress info and manpages

it was a bad idea since it messes up symlinks
This commit is contained in:
Natanael Copa 2009-01-05 12:43:56 +00:00
parent 014754b3c2
commit 1430275df6
1 changed files with 3 additions and 3 deletions

6
abuild
View File

@ -319,9 +319,9 @@ doc() {
rm -f "$subpkgdir/usr/share/info/dir"
# compress info and man pages
find "$subpkgdir/usr/share" \( -name '*.info' -o -name '*.info-[1-9]' \
-o -name '*.[1-9]' \) -exec gzip {} \;
# # compress info and man pages
# find "$subpkgdir/usr/share" \( -name '*.info' -o -name '*.info-[1-9]' \
# -o -name '*.[1-9]' \) -exec gzip {} \;
# remove if empty, ignore error (not empty)
rmdir "$pkgdir/usr/share" "$pkgdir/usr" 2>/dev/null