summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-06-07 22:22:08 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-06-07 22:22:08 +0000
commited721d84609cb863c236c9e7bd087aa6a362df3b (patch)
tree9b8be32ee086e82e574ecf502f16dc6c3483504b /perl-install/Makefile
parent03396877116a0728d02b4f48861121e73e38a368 (diff)
downloaddrakx-backup-do-not-use-ed721d84609cb863c236c9e7bd087aa6a362df3b.tar
drakx-backup-do-not-use-ed721d84609cb863c236c9e7bd087aa6a362df3b.tar.gz
drakx-backup-do-not-use-ed721d84609cb863c236c9e7bd087aa6a362df3b.tar.bz2
drakx-backup-do-not-use-ed721d84609cb863c236c9e7bd087aa6a362df3b.tar.xz
drakx-backup-do-not-use-ed721d84609cb863c236c9e7bd087aa6a362df3b.zip
no_comment
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 5584ee23f..77a3762be 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -110,7 +110,7 @@ endif
cd $(DEST)/usr/bin ; mv insmod insmod_
rmdir $(DEST)/bin $(DEST)/sbin
- perl -ane 'symlink "$$F[1]", "$(DEST)/usr/bin/$$F[0]"' aliases
+ perl -ane 'symlink "$$F[1]", "$(DEST)/usr/bin/$$F[0]"' share/aliases
for i in fonts keyboards locales gconv; do tar xfy `../tools/specific_arch share/$$i.tar.bz2` -C $(DEST); done