From a25a5d1eefcff5c8d64278d3d33e5eb3b703ae52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Wed, 13 Aug 2003 16:45:02 +0000 Subject: Use bash in stage2 on IA-64 --- perl-install/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/perl-install/Makefile b/perl-install/Makefile index 4d9f6027c..083e53277 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -154,7 +154,11 @@ endif ifeq (i386,$(ARCH)) cp ../tools/i386/busybox $(DEST)/usr/bin endif +ifeq (ia64,$(ARCH)) + ln -sf bash $(DEST)/usr/bin/sh +else ln -sf ash $(DEST)/usr/bin/sh +endif for i in fonts keyboards locales keymaps; do tar xfj `../tools/specific_arch share/$$i.tar.bz2` -C $(DEST); done -- cgit v1.2.1