summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2003-04-24 07:15:38 +0000
committerMystery Man <unknown@mandriva.org>2003-04-24 07:15:38 +0000
commit87ef78ed082f9dec4e83a6120b32617b7f7a86b9 (patch)
treeb96ceedd4f1c29745a0651880e71daab8cdb686c /perl-install/Makefile
parent327bd24f8e4291bd1882de1990dd7339f781a9cb (diff)
downloaddrakx-backup-do-not-use-87ef78ed082f9dec4e83a6120b32617b7f7a86b9.tar
drakx-backup-do-not-use-87ef78ed082f9dec4e83a6120b32617b7f7a86b9.tar.gz
drakx-backup-do-not-use-87ef78ed082f9dec4e83a6120b32617b7f7a86b9.tar.bz2
drakx-backup-do-not-use-87ef78ed082f9dec4e83a6120b32617b7f7a86b9.tar.xz
drakx-backup-do-not-use-87ef78ed082f9dec4e83a6120b32617b7f7a86b9.zip
This commit was manufactured by cvs2svn to create tag 'V1_1_9_56mdk'.V1_1_9_56mdk
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 f96dadcf2..d6a5e2c94 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -152,7 +152,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