diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-06-15 13:36:22 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-06-15 13:36:22 +0000 |
commit | 4e3107da14b51925324d8d8435ca1aa3055d0928 (patch) | |
tree | 28814054486bfc6546d0ee53f08a259644d3bdb3 | |
parent | 8cd43e0d29ea315b6071793274b0d47f6a1b4113 (diff) | |
download | drakx-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)
-rw-r--r-- | perl-install/Makefile | 5 |
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 |