aboutsummaryrefslogtreecommitdiffstats
path: root/core/abuild/find-name.patch
diff options
context:
space:
mode:
Diffstat (limited to 'core/abuild/find-name.patch')
-rw-r--r--core/abuild/find-name.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/abuild/find-name.patch b/core/abuild/find-name.patch
new file mode 100644
index 0000000000..8879d962e0
--- /dev/null
+++ b/core/abuild/find-name.patch
@@ -0,0 +1,11 @@
+--- abuild/abuild.orig Fri Nov 14 15:54:17 2008
++++ abuild/abuild Fri Nov 14 15:55:05 2008
+@@ -315,7 +315,7 @@
+ 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)