diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-23 15:12:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-23 15:12:29 +0000 |
commit | 3845839a16f3162c2362e9271f59fe52cef7bf83 (patch) | |
tree | c0db7221dad625337c3c4b866d0aafd1f991e2ca /core/abuild/find-name.patch | |
parent | 44a369d15ac69464584099d339a0e1ec1ec7fa66 (diff) | |
download | aports-3845839a16f3162c2362e9271f59fe52cef7bf83.tar.bz2 aports-3845839a16f3162c2362e9271f59fe52cef7bf83.tar.xz |
core/abuild: upgrade to 0.8.2
Diffstat (limited to 'core/abuild/find-name.patch')
-rw-r--r-- | core/abuild/find-name.patch | 11 |
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) |