diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-10-05 00:27:57 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-10-05 00:27:57 +0000 |
commit | 4a2864347fee2a142660370e097512bce2861cf7 (patch) | |
tree | 5da5d50fa7bf4cf44f8e01fa26bf868425a9daa6 /perl-install | |
parent | deb5992d16bc09be562095021456061162dda8cd (diff) | |
download | drakx-4a2864347fee2a142660370e097512bce2861cf7.tar drakx-4a2864347fee2a142660370e097512bce2861cf7.tar.gz drakx-4a2864347fee2a142660370e097512bce2861cf7.tar.bz2 drakx-4a2864347fee2a142660370e097512bce2861cf7.tar.xz drakx-4a2864347fee2a142660370e097512bce2861cf7.zip |
remove unused specific_arch
Diffstat (limited to 'perl-install')
-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 f1c5047dc..c1dafdfbd 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -178,7 +178,7 @@ else ln -sf ash $(DEST)/usr/bin/sh endif - for i in fonts keyboards locales-skeleton keymaps; do tar xfj `../tools/specific_arch share/$$i.tar.bz2` -C $(DEST); done + for i in fonts keyboards locales-skeleton keymaps; do tar xfj share/$$i.tar.bz2 -C $(DEST); done grep ChangeLog CVS/Entries > $(DEST)/usr/share/VERSION |