summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-06-12 14:10:44 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-06-12 14:10:44 +0000
commit014a65964c200155ec01d633c8653c3840cec9c2 (patch)
tree2a0f56e94e232bb3be8563f3a80fe45bbeaf4c53 /perl-install/Makefile
parent726052354a8a77b85e11c620e3c9fbe98522ff57 (diff)
downloaddrakx-backup-do-not-use-014a65964c200155ec01d633c8653c3840cec9c2.tar
drakx-backup-do-not-use-014a65964c200155ec01d633c8653c3840cec9c2.tar.gz
drakx-backup-do-not-use-014a65964c200155ec01d633c8653c3840cec9c2.tar.bz2
drakx-backup-do-not-use-014a65964c200155ec01d633c8653c3840cec9c2.tar.xz
drakx-backup-do-not-use-014a65964c200155ec01d633c8653c3840cec9c2.zip
merge with x86_64-branch
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