From eda3a634130de7979d3f06d8af1cd0a08cccdf29 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 12 May 2004 11:11:16 +0000 Subject: use busybox when dont_run_directly_stage2 --- perl-install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/Makefile b/perl-install/Makefile index 342bf3e26..612cf79d5 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -263,5 +263,5 @@ nuke_perl: dont_run_directly_stage2: rm -f $(DEST)/usr/bin/runinstall2 - echo -e '#!/bin/sh\n\nexec "/usr/bin/sh"' > $(DEST)/usr/bin/runinstall2 + echo -e '#!/bin/sh\n\nexec /usr/bin/busybox sh' > $(DEST)/usr/bin/runinstall2 chmod a+x $(DEST)/usr/bin/runinstall2 -- cgit v1.2.1