mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-11 09:19:40 +00:00
fix bug in doc()
This commit is contained in:
parent
689e6a0aac
commit
35ab1e9b9b
2
abuild
2
abuild
@ -315,7 +315,7 @@ doc() {
|
||||
rm -f "$subpkgdir/usr/share/info/dir"
|
||||
|
||||
# compress info and man pages
|
||||
find "$subpkgdir/usr/share" \( -name '*.info' -o name '*.info-[1-9]' \
|
||||
find "$subpkgdir/usr/share" \( -name '*.info' -o -name '*.info-[1-9]' \
|
||||
-o -name '*.[1-9]' \) -exec gzip {} \;
|
||||
|
||||
# remove if empty, ignore error (not empty)
|
||||
|
Loading…
Reference in New Issue
Block a user