From 4e3107da14b51925324d8d8435ca1aa3055d0928 Mon Sep 17 00:00:00 2001
From: Pascal Rigaux <pixel@mandriva.com>
Date: Tue, 15 Jun 2004 13:36:22 +0000
Subject: remove PERL_INSTALL_DEBUG code modifying install2 (unused and not
 working anyway)

---
 perl-install/Makefile | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/perl-install/Makefile b/perl-install/Makefile
index 3bd0e18b3..a97391518 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -67,11 +67,6 @@ install_pms: $(DIRS)
 		perl -ne 'print' $$i > $(DESTREP4PMS)/$$i; \
 		perl -pe 's/#[-+].*//; $$_ = "\n" if (/^=(head|begin)/ .. /^=cut/) || /use (diagnostics|strict|vars|warnings)/' $$i > $(DESTREP4PMS)/$$i; \
 	done
-	if [ "x$(PERL_INSTALL_DEBUG)" == "x" ]; then \
-		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 \
 
 	rm -f $(DESTREP4PMS)/{bootlook,tinyfirewall}.pm
 
-- 
cgit v1.2.1