From b4415dea2cf67a2b6aa397cab93f7045ddc9e4ba Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 8 Jan 2002 10:03:42 +0000 Subject: again fixed dam's sucking, please dam's check what you write before commiting. --- perl-install/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index 9d30b56c4..402407d07 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -53,12 +53,10 @@ install_pms: $(DIRS) perl -pe 's/#[-+].*//; $$_ = "\n" if (/^=head/ .. /^=cut/) || /use (diagnostics|vars|strict)/' $$i > $(DESTREP4PMS)/$$i; \ done if [ "x$(PERL_INSTALL_DEBUG)" == "x" ]; then \ -# diagnostics and sctrict are already removed by last 7 lines. - perl -pe 's|#!/usr/bin/perl -d.*\n|#!/usr/bin/perl\n|' $(DESTREP4PMS)/install2 > $(DESTREP4PMS)/install2; \ + perl -pi -e 's|#!/usr/bin/perl -d.*\n|#!/usr/bin/perl\n|' $(DESTREP4PMS)/install2; \ else \ perl -pe 's|#!/usr/bin/perl.*\n|#!/usr/bin/perl -d \n|' install2 > $(DESTREP4PMS)/install2; \ fi \ -# perl -pe 's/#-.*//; $$_ = "\n" if (/^=head/ .. /^=cut/) || /use (diagnostics)/' $$i > $(DESTREP4PMS)/$$i; \ cp share/*.rc $(DESTREP4PMS) chmod a+x $(DESTREP4PMS)/install2 -- cgit v1.2.1