diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-07-04 13:42:24 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-07-04 13:42:24 +0000 |
commit | 4b281853d9b10f46d8d3799807d67c0f8cfe835c (patch) | |
tree | 3a3b5b7f94e79720a0e9eda726869883d99ba4a1 /perl-install/Makefile | |
parent | 2ddea4c4ff73b19afac4567bfbe09f9ffeed9055 (diff) | |
download | drakx-backup-do-not-use-4b281853d9b10f46d8d3799807d67c0f8cfe835c.tar drakx-backup-do-not-use-4b281853d9b10f46d8d3799807d67c0f8cfe835c.tar.gz drakx-backup-do-not-use-4b281853d9b10f46d8d3799807d67c0f8cfe835c.tar.bz2 drakx-backup-do-not-use-4b281853d9b10f46d8d3799807d67c0f8cfe835c.tar.xz drakx-backup-do-not-use-4b281853d9b10f46d8d3799807d67c0f8cfe835c.zip |
remove busybox as default shell. Only use it as the interactive shell on tty2
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 83609ce44..6516cf674 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -122,10 +122,8 @@ endif ifeq (i386,$(ARCH)) cp ../tools/i386/busybox $(DEST)/usr/bin - ln -sf busybox $(DEST)/usr/bin/sh -else - ln -sf ash $(DEST)/usr/bin/sh endif + ln -sf ash $(DEST)/usr/bin/sh for i in fonts keyboards locales keymaps; do tar xfj `../tools/specific_arch share/$$i.tar.bz2` -C $(DEST); done |