diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-14 14:53:04 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-14 14:53:04 +0000 |
commit | c60f7328c64ec2286282b5a847fb9cdd2c5317ea (patch) | |
tree | b804027adfc6982e645f182fe4197c75313424fd /perl-install/Makefile | |
parent | b3627141dd6d57729bdf864dc64ee17d8ab7d340 (diff) | |
download | drakx-backup-do-not-use-c60f7328c64ec2286282b5a847fb9cdd2c5317ea.tar drakx-backup-do-not-use-c60f7328c64ec2286282b5a847fb9cdd2c5317ea.tar.gz drakx-backup-do-not-use-c60f7328c64ec2286282b5a847fb9cdd2c5317ea.tar.bz2 drakx-backup-do-not-use-c60f7328c64ec2286282b5a847fb9cdd2c5317ea.tar.xz drakx-backup-do-not-use-c60f7328c64ec2286282b5a847fb9cdd2c5317ea.zip |
remove gconv
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 5a78b9ac9..c56fa38e9 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -120,7 +120,7 @@ endif perl -ane 'symlink "$$F[1]", "$(DEST)/usr/bin/$$F[0]"' share/aliases - for i in fonts keyboards locales gconv keymaps; do tar xfj `../tools/specific_arch share/$$i.tar.bz2` -C $(DEST); done + for i in fonts keyboards locales keymaps; do tar xfj `../tools/specific_arch share/$$i.tar.bz2` -C $(DEST); done grep ChangeLog CVS/Entries > $(DEST)/usr/share/VERSION |