diff options
author | Francois Pons <fpons@mandriva.com> | 1999-11-06 09:10:11 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-11-06 09:10:11 +0000 |
commit | 152b0b998e117a4a79dd77d401df8cfc234574a5 (patch) | |
tree | 142ed19b54273ede98330a2b878e8e9a27567120 /perl-install/Makefile | |
parent | 07021694c8d96ab2205c9398a68d177e2d185f2a (diff) | |
download | drakx-152b0b998e117a4a79dd77d401df8cfc234574a5.tar drakx-152b0b998e117a4a79dd77d401df8cfc234574a5.tar.gz drakx-152b0b998e117a4a79dd77d401df8cfc234574a5.tar.bz2 drakx-152b0b998e117a4a79dd77d401df8cfc234574a5.tar.xz drakx-152b0b998e117a4a79dd77d401df8cfc234574a5.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index b968863c7..a6cae4b8e 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -11,7 +11,7 @@ BASE = $(ROOTDEST)/Mandrake/base DESTREP4PMS = $(DEST)$(REP4PMS) STAGE2TMP = /tmp/stage2_tmp PERL = perl -LOCALFILES = mouseconfig ddcxinfos +LOCALFILES = pnp_serial mouseconfig ddcxinfos DIRS = c po pci_probing resize_fat EXCLUDE = $(LOCALFILES) boot.img keymaps consolefonts install RPMS = $(wildcard $(ROOTDEST)/Mandrake/RPMS/*.rpm) @@ -138,7 +138,7 @@ get_needed_files: $(DIRS) cp -a keymaps $(DEST)/usr/share cp -a consolefonts $(DEST)/usr/share - cp modparm.lst MonitorsDB $(DEST)/usr/share + cp kppprc.in modparm.lst MonitorsDB $(DEST)/usr/share cp logo-mandrake.xpm $(DEST)/usr/share cp -a themes $(DEST)/usr/share/gtk cp compss compssUsers compssList $(ROOTDEST)/Mandrake/base |