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, 0 insertions, 11 deletions
diff --git a/core/abuild/find-name.patch b/core/abuild/find-name.patch
deleted file mode 100644
index 8879d962e0..0000000000
--- a/core/abuild/find-name.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)