summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-01-05 12:43:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-01-05 12:43:56 +0000
commit1430275df6431cb9e0e83a1015e1bc64c459ddf4 (patch)
tree271e6fca07909a6bbdf35045996165a76fba8f07
parent014754b3c2efa6f829d8d97716b7bfa9adaa86b3 (diff)
downloadabuild-1430275df6431cb9e0e83a1015e1bc64c459ddf4.tar.bz2
abuild-1430275df6431cb9e0e83a1015e1bc64c459ddf4.tar.xz
abuild: do ont compress info and manpages
it was a bad idea since it messes up symlinks
-rwxr-xr-xabuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/abuild b/abuild
index 5c7dfc0..01cbcb6 100755
--- a/abuild
+++ b/abuild
@@ -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