diff options
author | Francois Pons <fpons@mandriva.com> | 2000-07-10 15:45:38 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-07-10 15:45:38 +0000 |
commit | 8177c7b2bdc55ff489f39c471085db9064ae359b (patch) | |
tree | 063d836be7d948937ea1573de3a7b5930169e507 /perl-install/Makefile | |
parent | e845a531d4afdcaeb98592a75c100bf576e251b9 (diff) | |
download | drakx-8177c7b2bdc55ff489f39c471085db9064ae359b.tar drakx-8177c7b2bdc55ff489f39c471085db9064ae359b.tar.gz drakx-8177c7b2bdc55ff489f39c471085db9064ae359b.tar.bz2 drakx-8177c7b2bdc55ff489f39c471085db9064ae359b.tar.xz drakx-8177c7b2bdc55ff489f39c471085db9064ae359b.zip |
*** empty log message ***
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 2ddc0ea65..0c4226668 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -116,7 +116,7 @@ endif for i in fonts keyboards locales gconv; do tar xfy `../tools/specific_arch share/$$i.tar.bz2` -C $(DEST); done - cp -a modparm.lst $(DEST)/usr/share + cd share ; cp -a modparm.lst $(DEST)/usr/share cd share ; cp -a keymaps $(DEST)/usr/share cd share ; cp -a consolefonts $(DEST)/usr/share cd share ; cp template.in/*.in $(DEST)/usr/share |