mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-03-03 10:47:40 +00:00
abuild: do ont compress info and manpages
it was a bad idea since it messes up symlinks
This commit is contained in:
parent
014754b3c2
commit
1430275df6
6
abuild
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user