summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xabuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild b/abuild
index df64b39..35fd6f9 100755
--- a/abuild
+++ b/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)