diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-05-12 11:11:16 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-05-12 11:11:16 +0000 |
commit | eda3a634130de7979d3f06d8af1cd0a08cccdf29 (patch) | |
tree | c5f88ff45298d942ee3d5161243d04c8e0d29d12 /perl-install/Makefile | |
parent | f535654a5ea847cdfc5220208092c6d96d076950 (diff) | |
download | drakx-eda3a634130de7979d3f06d8af1cd0a08cccdf29.tar drakx-eda3a634130de7979d3f06d8af1cd0a08cccdf29.tar.gz drakx-eda3a634130de7979d3f06d8af1cd0a08cccdf29.tar.bz2 drakx-eda3a634130de7979d3f06d8af1cd0a08cccdf29.tar.xz drakx-eda3a634130de7979d3f06d8af1cd0a08cccdf29.zip |
use busybox when dont_run_directly_stage2
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |