From 688a12e90fcc2e50d563fa34996908b6a043a0b5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 24 May 2012 19:04:31 +0000 Subject: (install_pms) sort --- perl-install/install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/Makefile') diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index da3b5303c..e75dd298c 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -55,7 +55,7 @@ install_pms: cd .. ; for i in $(PMS); do \ dest=$(DESTREP4PMS)/`dirname $$i`; \ install -d $$dest; \ - perl -pe 's/#[-+].*//; $$_ = "\n" if (/^=(head|begin)/ .. /^=cut/) || /use (diagnostics|strict|vars|warnings)/' $$i > $(DESTREP4PMS)/$$i; \ + perl -pe 's/#[-+].*//; $$_ = "\n" if (/^=(begin|head)/ .. /^=cut/) || /use (diagnostics|strict|vars|warnings)/' $$i > $(DESTREP4PMS)/$$i; \ done cp ../share/*.rc share/*.rc $(DESTREP4PMS) -- cgit v1.2.1