diff options
author | Francois Pons <fpons@mandriva.com> | 1999-12-02 15:03:43 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-12-02 15:03:43 +0000 |
commit | f0cee665246a89d69530d4100da0274d56b8f5ec (patch) | |
tree | 35f5401c275c0d9279d4f3e0f91ac99d147f8e55 /perl-install/Makefile | |
parent | 7150824031e79b1cc1f5c9accd181b8b0488eaff (diff) | |
download | drakx-f0cee665246a89d69530d4100da0274d56b8f5ec.tar drakx-f0cee665246a89d69530d4100da0274d56b8f5ec.tar.gz drakx-f0cee665246a89d69530d4100da0274d56b8f5ec.tar.bz2 drakx-f0cee665246a89d69530d4100da0274d56b8f5ec.tar.xz drakx-f0cee665246a89d69530d4100da0274d56b8f5ec.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 89c54cfd1..ab5257684 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -120,7 +120,7 @@ get_needed_files: $(DIRS) cp -a keymaps $(DEST)/usr/share cp -a consolefonts $(DEST)/usr/share - cp *.in modparm.lst $(DEST)/usr/share + cp template.in/*.in modparm.lst $(DEST)/usr/share cp MonitorsDB $(DEST)/usr/X11R6/lib/X11 cp logo-mandrake.xpm $(DEST)/usr/share cp -a themes $(DEST)/usr/share/gtk |