summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2001-11-12 15:13:52 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2001-11-12 15:13:52 +0000
commit7fb1805de7a04931c1302c3b93175f4b8d6ceaf3 (patch)
treef1e179932d833591cb86dfdba2d2fbd7847967ca /perl-install/Makefile
parentdf04cb9d3a11b6611747d0d62871e14df689ae17 (diff)
downloaddrakx-7fb1805de7a04931c1302c3b93175f4b8d6ceaf3.tar
drakx-7fb1805de7a04931c1302c3b93175f4b8d6ceaf3.tar.gz
drakx-7fb1805de7a04931c1302c3b93175f4b8d6ceaf3.tar.bz2
drakx-7fb1805de7a04931c1302c3b93175f4b8d6ceaf3.tar.xz
drakx-7fb1805de7a04931c1302c3b93175f4b8d6ceaf3.zip
- Add bash as the default shell on ia64
- Add fibootmgr and xfs_repair - Remove wacom module for X11 on ia64
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 51acbc583..1f11be062 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -134,7 +134,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