diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-02-22 17:19:02 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-02-22 17:19:02 +0000 |
commit | 3caefbe5aa7c8be8057a0292032264145735fd7b (patch) | |
tree | 96f8936f20ffc9d4bbe797ac36e5fb538ce5a96c /perl-install/Makefile | |
parent | ac30a22beaaefdc87db803fb35e586d7ab3db4f2 (diff) | |
download | drakx-3caefbe5aa7c8be8057a0292032264145735fd7b.tar drakx-3caefbe5aa7c8be8057a0292032264145735fd7b.tar.gz drakx-3caefbe5aa7c8be8057a0292032264145735fd7b.tar.bz2 drakx-3caefbe5aa7c8be8057a0292032264145735fd7b.tar.xz drakx-3caefbe5aa7c8be8057a0292032264145735fd7b.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 62f5dd7fe..6e3ed41c7 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -16,7 +16,7 @@ tar-drakxtools: clean $(MAKE) -C ../tools clean cd .. ; rm -rf drakxtools ; cp -af perl-install drakxtools ; cp -af tools/ddcprobe tools/pnp_serial drakxtools cd ../drakxtools ; rm -rf install* pkgs.pm ftp.pm t.pm */CVS ; mv Makefile.drakxtools Makefile ; mv -f standalone/* share/* . - cd .. ; tar cfy drakxtools.tar.bz2 --exclude CVS $(patsubst %,drakxtools/%,Makefile Makefile.config MonitorsDB Newt c ddcprobe pnp_serial po pci_probing resize_fat diskdrake.rc $(STANDALONEPMS) icons *.pm) + cd .. ; tar cfy drakxtools.tar.bz2 --exclude CVS $(patsubst %,drakxtools/%,Makefile Makefile.config MonitorsDB CardsNames Newt c ddcprobe pnp_serial po pci_probing resize_fat diskdrake.rc $(STANDALONEPMS) icons *.pm) cd .. ; rm -rf drakxtools $(DIRS): @@ -114,7 +114,7 @@ endif 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 - cd share ; cp MonitorsDB $(DEST)/usr/X11R6/lib/X11 + cd share ; cp MonitorsDB CardsNames $(DEST)/usr/X11R6/lib/X11 cd share ; cp logo-mandrake.xpm $(DEST)/usr/share cd share ; cp -a themes $(DEST)/usr/share/gtk cd share ; cp compss compssUsers compssList $(ROOTDEST)/Mandrake/base |