From 20d64dfa7c0c0179bd148ce62cc6d57a8cc3cef1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 12 Feb 2004 12:20:44 +0000 Subject: add rule dont_run_directly_stage2 --- perl-install/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'perl-install') diff --git a/perl-install/Makefile b/perl-install/Makefile index 49ff45b6d..2dfa51a01 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -260,3 +260,8 @@ cvstag: nuke_perl: find ../$(PACKAGE)-$(PKGVERSION) -name '*.pm' | xargs perl -pi -e 's/\s*use\s+(diagnostics|strict|vars|warnings).*//g' find ../$(PACKAGE)-$(PKGVERSION)/standalone -type f | xargs perl -pi -e 's/\s*use\s+(diagnostics|strict|vars|warnings).*//g' + +dont_run_directly_stage2: + rm -f $(DEST)/usr/bin/runinstall2 + echo -e '#!/bin/sh\n\nexec "/usr/bin/sh"' > $(DEST)/usr/bin/runinstall2 + chmod a+x $(DEST)/usr/bin/runinstall2 -- cgit v1.2.1