summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-06-15 13:36:22 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-06-15 13:36:22 +0000
commit4e3107da14b51925324d8d8435ca1aa3055d0928 (patch)
tree28814054486bfc6546d0ee53f08a259644d3bdb3 /perl-install/Makefile
parent8cd43e0d29ea315b6071793274b0d47f6a1b4113 (diff)
downloaddrakx-4e3107da14b51925324d8d8435ca1aa3055d0928.tar
drakx-4e3107da14b51925324d8d8435ca1aa3055d0928.tar.gz
drakx-4e3107da14b51925324d8d8435ca1aa3055d0928.tar.bz2
drakx-4e3107da14b51925324d8d8435ca1aa3055d0928.tar.xz
drakx-4e3107da14b51925324d8d8435ca1aa3055d0928.zip
remove PERL_INSTALL_DEBUG code modifying install2 (unused and not working anyway)
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile5
1 files changed, 0 insertions, 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