fix bug in doc()

This commit is contained in:
Natanael Copa 2008-11-23 14:00:13 +00:00
parent 689e6a0aac
commit 35ab1e9b9b
1 changed files with 1 additions and 1 deletions

2
abuild
View File

@ -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)