From 0d10d6526b04ab7cecb3052d3a9cfcd19f9213b3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 5 Nov 2004 13:32:11 +0000 Subject: do not gzip pm files anymore (since we will soon use compressed loopback, this is not useful anymore) --- perl-install/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index 3ac988821..7f1f37640 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -224,8 +224,6 @@ stage2: mkdir -p $(DEST) $(MAKE) get_needed_files $(MAKE) install_pms - find $(DEST)/usr -name "*.pm" | xargs gzip -9f - cd $(DEST)/usr/lib/perl5 ; gunzip 5.*/{PerlIO,Exporter}.pm.gz 5.*/*-linux-thread-multi/{XSLoader,lib}.pm.gz vendor_perl/*/*-linux-thread-multi/PerlIO/gzip.pm.gz # rules to build a test rpm -- cgit v1.2.1