diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-05 12:43:56 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-05 12:43:56 +0000 |
commit | 1430275df6431cb9e0e83a1015e1bc64c459ddf4 (patch) | |
tree | 271e6fca07909a6bbdf35045996165a76fba8f07 | |
parent | 014754b3c2efa6f829d8d97716b7bfa9adaa86b3 (diff) | |
download | abuild-1430275df6431cb9e0e83a1015e1bc64c459ddf4.tar.gz abuild-1430275df6431cb9e0e83a1015e1bc64c459ddf4.tar.bz2 abuild-1430275df6431cb9e0e83a1015e1bc64c459ddf4.tar.xz abuild-1430275df6431cb9e0e83a1015e1bc64c459ddf4.zip |
abuild: do ont compress info and manpages
it was a bad idea since it messes up symlinks
-rwxr-xr-x | abuild | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |