diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-26 20:36:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-26 20:36:21 +0000 |
commit | 63f9446b69e9de2a963797090002f46145d866d8 (patch) | |
tree | d22dbcf55f2f809d031b0fbb43edb3f2a2bc0f42 /perl-install/Makefile | |
parent | 481c1e409ed37daad82aaf3e9e6344379b87fd27 (diff) | |
download | drakx-63f9446b69e9de2a963797090002f46145d866d8.tar drakx-63f9446b69e9de2a963797090002f46145d866d8.tar.gz drakx-63f9446b69e9de2a963797090002f46145d866d8.tar.bz2 drakx-63f9446b69e9de2a963797090002f46145d866d8.tar.xz drakx-63f9446b69e9de2a963797090002f46145d866d8.zip |
no_comment
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 80ff66f1f..5c75921e3 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -10,7 +10,7 @@ STAGE2 = $(ROOTDEST)/Mandrake/base/mdkinst_stage2 BASE = $(ROOTDEST)/Mandrake/base DESTREP4PMS = $(DEST)$(REP4PMS) PERL = perl -LOCALFILES = ../tools/ddcprobe/ddcxinfos pnp_serial +LOCALFILES = ../tools/ddcprobe/ddcxinfos ../tools/e2fsck.shared pnp_serial LOCALFILES2 = extract_archive DIRS = c Newt po pci_probing resize_fat EXCLUDE = $(LOCALFILES) boot.img keymaps consolefonts install @@ -33,7 +33,7 @@ tar-drakxtools: clean $(MAKE) -C ../tools clean cd .. ; rm -rf drakxtools ; cp -af perl-install drakxtools ; cp -af tools/ddcprobe drakxtools cd ../drakxtools ; rm -rf install* ForMakefile.pm pkgs.pm ftp.pm t.pm standalone/CVS ; mv Makefile.drakxtools Makefile ; mv -f standalone/* . - cd .. ; tar cfy drakxtools.tar.bz2 --exclude CVS $(patsubst %,drakxtools/%,Makefile MonitorsDB Newt c ddcprobe po pci_probing resize_fat diskdrake diskdrake.rc XFdrake mousedrake lspcidrake *.pm) + cd .. ; tar cfy drakxtools.tar.bz2 --exclude CVS $(patsubst %,drakxtools/%,Makefile MonitorsDB Newt c ddcprobe po pci_probing resize_fat diskdrake diskdrake.rc XFdrake mousedrake lspcidrake printerdrake *.pm) cd .. ; rm -rf drakxtools $(DIRS): |