From 2d2ddf507bf1ae2f4cc595b23b8e018398cbe8dd Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 23 Jul 2009 18:24:11 +0000 Subject: move core/* to main/ added maintainer to several packages as well --- core/xfsprogs/xfsprogs-3.0.0-gzip.patch | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 core/xfsprogs/xfsprogs-3.0.0-gzip.patch (limited to 'core/xfsprogs/xfsprogs-3.0.0-gzip.patch') diff --git a/core/xfsprogs/xfsprogs-3.0.0-gzip.patch b/core/xfsprogs/xfsprogs-3.0.0-gzip.patch deleted file mode 100644 index 40f80023d4..0000000000 --- a/core/xfsprogs/xfsprogs-3.0.0-gzip.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -ru xfsprogs-3.0.0.orig/doc/Makefile xfsprogs-3.0.0/doc/Makefile ---- xfsprogs-3.0.0.orig/doc/Makefile 2009-02-18 13:42:47.000000000 +0000 -+++ xfsprogs-3.0.0/doc/Makefile 2009-02-18 13:43:10.000000000 +0000 -@@ -13,7 +13,7 @@ - include $(BUILDRULES) - - CHANGES.gz: -- $(ZIP) --best -c < CHANGES > $@ -+ $(ZIP) -c < CHANGES > $@ - - install: default - $(INSTALL) -m 755 -d $(PKG_DOC_DIR) -diff -ru xfsprogs-3.0.0.orig/include/buildmacros xfsprogs-3.0.0/include/buildmacros ---- xfsprogs-3.0.0.orig/include/buildmacros 2009-02-18 13:42:47.000000000 +0000 -+++ xfsprogs-3.0.0/include/buildmacros 2009-02-18 13:43:46.000000000 +0000 -@@ -128,7 +128,7 @@ - MAN_MAKERULE = \ - @for f in *.[12345678] ""; do \ - if test ! -z "$$f"; then \ -- $(ZIP) --best -c < $$f > $$f.gz; \ -+ $(ZIP) -c < $$f > $$f.gz; \ - fi; \ - done - -- cgit v1.2.3