[gimp-perl] dist target doesn't need gzip specified.



commit cf30dbcda3db8da59b1c56e3b1d938bda0d4b288
Author: Ed J <edj src gnome org>
Date:   Wed Jul 2 03:37:07 2014 +0100

    dist target doesn't need gzip specified.

 Makefile.PL |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index 72e9b6e..dc451a5 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -37,11 +37,7 @@ $pkg->add_pm(map { ($_ => "\$(INST_LIB)/$_") } qw(Gimp.pm));
 $pkg->save_config('Gimp/IFiles.pm');
 
 WriteMakefile(
-  dist => {
-    PREOP      => 'make setver && chmod -R u=rwX,go=rX . ;',
-    COMPRESS   => 'gzip -9v',
-    SUFFIX     => '.gz',
-  },
+  dist => { PREOP => 'make setver && chmod -R u=rwX,go=rX . ;' },
   MIN_PERL_VERSION => '5.014001',
   PREREQ_PM    => {
     Gtk2               => 1.0,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]