summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-08-13 16:45:02 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-08-13 16:45:02 +0000
commita25a5d1eefcff5c8d64278d3d33e5eb3b703ae52 (patch)
tree91aa12655a29de600e554fa48d07bd1a49363fc0 /perl-install/Makefile
parentae8f92f1a5d5b081b19a62de3a67c282f9f55089 (diff)
downloaddrakx-backup-do-not-use-a25a5d1eefcff5c8d64278d3d33e5eb3b703ae52.tar
drakx-backup-do-not-use-a25a5d1eefcff5c8d64278d3d33e5eb3b703ae52.tar.gz
drakx-backup-do-not-use-a25a5d1eefcff5c8d64278d3d33e5eb3b703ae52.tar.bz2
drakx-backup-do-not-use-a25a5d1eefcff5c8d64278d3d33e5eb3b703ae52.tar.xz
drakx-backup-do-not-use-a25a5d1eefcff5c8d64278d3d33e5eb3b703ae52.zip
Use bash in stage2 on IA-64
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile4
1 files changed, 4 insertions, 0 deletions
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