From 0c9e63691bb754abfb989876dab6d15c65f6e9fd Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 24 May 2012 19:04:34 +0000 Subject: (install_pms) fix it so that it works if manually run over drakx-net code eg: when testing new drakx-net code --- 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 e75dd298c..8edca9c79 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 (/^=(begin|head)/ .. /^=cut/) || /use (diagnostics|strict|vars|warnings)/' $$i > $(DESTREP4PMS)/$$i; \ + perl -pe 's/#[-+].*//; $$_ = "\n" if (/^=(back|begin|head)/ .. /^=cut/) || /use (diagnostics|strict|vars|warnings)/' $$i > $(DESTREP4PMS)/$$i; \ done cp ../share/*.rc share/*.rc $(DESTREP4PMS) -- cgit v1.2.1