summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2008-11-23 14:00:13 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2008-11-23 14:00:13 +0000
commit35ab1e9b9b02a1d83c3b80eda3371d192e1e9e48 (patch)
tree9ff0f6f55ac9f3f11dc4894ff78173b62dc8f4aa
parent689e6a0aac21d01271608caa57859a583b6a95c2 (diff)
downloadabuild-35ab1e9b9b02a1d83c3b80eda3371d192e1e9e48.tar.gz
abuild-35ab1e9b9b02a1d83c3b80eda3371d192e1e9e48.tar.bz2
abuild-35ab1e9b9b02a1d83c3b80eda3371d192e1e9e48.tar.xz
abuild-35ab1e9b9b02a1d83c3b80eda3371d192e1e9e48.zip
fix bug in doc()
-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)