summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-11-09 03:02:37 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-11-09 03:02:37 +0000
commit950fe7395621dc21885ac3e1280e007248646608 (patch)
treee3016a95189ee4c75a05b816d91dd22f071bd2c0 /perl-install/Makefile
parentc7df31b71335c18d60cdb8a7f5fee24d56cca4b8 (diff)
downloaddrakx-backup-do-not-use-950fe7395621dc21885ac3e1280e007248646608.tar
drakx-backup-do-not-use-950fe7395621dc21885ac3e1280e007248646608.tar.gz
drakx-backup-do-not-use-950fe7395621dc21885ac3e1280e007248646608.tar.bz2
drakx-backup-do-not-use-950fe7395621dc21885ac3e1280e007248646608.tar.xz
drakx-backup-do-not-use-950fe7395621dc21885ac3e1280e007248646608.zip
no_comment
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 20792080b..c09cf9f16 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -82,8 +82,6 @@ install_pms: $(DIRS)
cp *.rc $(DESTREP4PMS)
install -d $(DESTREP4PMS)/po
cp -f po/*.po* $(DESTREP4PMS)/po ||:
- ln -sf perl-install/install2 $(DEST)/usr/bin
- ln -sf perl-install/commands $(DEST)/usr/bin
chmod a+x $(DESTREP4PMS)/install2
chmod a+x $(DESTREP4PMS)/commands
chmod a+x $(DESTREP4PMS)/XFdrake
@@ -133,7 +131,7 @@ get_needed_files: $(DIRS)
cd $(DEST)/usr/bin ; mv insmod insmod_
rmdir $(DEST)/bin $(DEST)/sbin
- ln -sf ash $(DEST)/usr/bin/sh
+ perl -ane 'symlink "$$F[1]", "$(DEST)/usr/bin/$$F[0]"' aliases
tar xfy locales.tar.bz2 -C $(DEST)
# DEST=$(DEST) perl -I. -MForMakefile -e 'locale()'
@@ -155,7 +153,6 @@ get_needed_files: $(DIRS)
cp -f ../modules/pristine/* $(DEST)/lib/modules ||: ; \
fi
- ln -s install2 $(DEST)/usr/bin/runinstall2
# echo -e "#!/bin/sh\n\nexec '/usr/bin/sh'" > $(DEST)/usr/bin/runinstall2
# chmod a+x $(DEST)/usr/bin/runinstall2