Skip to content
Snippets Groups Projects
Commit 35ab1e9b authored by Natanael Copa's avatar Natanael Copa
Browse files

fix bug in doc()

parent 689e6a0a
No related merge requests found
...@@ -315,7 +315,7 @@ doc() { ...@@ -315,7 +315,7 @@ doc() {
rm -f "$subpkgdir/usr/share/info/dir" rm -f "$subpkgdir/usr/share/info/dir"
# compress info and man pages # 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 {} \; -o -name '*.[1-9]' \) -exec gzip {} \;
# remove if empty, ignore error (not empty) # remove if empty, ignore error (not empty)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment