diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-08 12:50:22 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-08 12:50:22 +0000 |
commit | 477f9e81cb3aa78829210942e8185e8146c6cd5e (patch) | |
tree | 9d8a4134a0c54dd54fbf623adff5d039f7a844c6 /perl-install/Makefile | |
parent | 38c803288507d86bfd04daf2f7a4b656f2c7de7b (diff) | |
download | drakx-backup-do-not-use-477f9e81cb3aa78829210942e8185e8146c6cd5e.tar drakx-backup-do-not-use-477f9e81cb3aa78829210942e8185e8146c6cd5e.tar.gz drakx-backup-do-not-use-477f9e81cb3aa78829210942e8185e8146c6cd5e.tar.bz2 drakx-backup-do-not-use-477f9e81cb3aa78829210942e8185e8146c6cd5e.tar.xz drakx-backup-do-not-use-477f9e81cb3aa78829210942e8185e8146c6cd5e.zip |
no_comment
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index f7d892a50..54b0623c1 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -133,7 +133,7 @@ get_needed_files: $(DIRS) cd $(DEST)/usr/bin ; mv insmod insmod_ rmdir $(DEST)/bin $(DEST)/sbin - ln -sf zsh $(DEST)/usr/bin/sh + ln -sf ash $(DEST)/usr/bin/sh tar xfy locales.tar.bz2 -C $(DEST) # DEST=$(DEST) perl -I. -MForMakefile -e 'locale()' |