summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-11-18 19:07:47 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-11-18 19:07:47 +0000
commitc98ddd12f5d5f777099376ce9718c01acf55566b (patch)
tree283b87c6f5a2fb1420ae70b86746fc568d928870 /perl-install/Makefile
parent7c32cf9c3f2c6ad9884716f67aee1a2979812de9 (diff)
downloaddrakx-backup-do-not-use-c98ddd12f5d5f777099376ce9718c01acf55566b.tar
drakx-backup-do-not-use-c98ddd12f5d5f777099376ce9718c01acf55566b.tar.gz
drakx-backup-do-not-use-c98ddd12f5d5f777099376ce9718c01acf55566b.tar.bz2
drakx-backup-do-not-use-c98ddd12f5d5f777099376ce9718c01acf55566b.tar.xz
drakx-backup-do-not-use-c98ddd12f5d5f777099376ce9718c01acf55566b.zip
no_comment
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile23
1 files changed, 8 insertions, 15 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 1b9f28c49..e314c283d 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -28,20 +28,11 @@ clean:
rm -rf auto ../diskdrake*
find . -name "*~" -o -name ".#*" -o -name "TAGS" -o -name "*.old" | xargs rm -f
-tar: clean
- cd .. ; tar cfy perl-install.tar.bz2 $(EXCLUDE:%=--exclude %) perl-install
-
-tar-diskdrake: clean pci_probing
- cd .. ; rm -rf diskdrake ; cp -af perl-install diskdrake
-
- l=`./perl2fcalls -uses -excludec -excluderesize_fat::c_rewritten diskdrake | sort | uniq | grep -v "^resize_fat::" | sed -e 's/::/\//' -e 's/^/diskdrake\//' -e 's/$$/.pm/'` ; \
- cd .. ; tar cfz diskdrake.tgz --exclude CVS $(patsubst %,diskdrake/%,c c.pm resize_fat po diskdrake*) $$l
-
-tar-XFdrake: clean
- cd .. ; rm -rf XFdrake ; cp -af perl-install XFdrake
-
- l=`./perl2fcalls -uses -excludec -excludepci_probing::ids XFdrake | sort | uniq | sed -e 's/::/\//' -e 's/^/XFdrake\//' -e 's/$$/.pm/'` ; \
- cd .. ; tar cfz XFdrake.tgz --exclude CVS $(patsubst %,XFdrake/%,c MonitorsDB po pci_probing XFdrake*) $$l
+tar-drakxtools: clean
+ cd .. ; rm -rf drakxtools ; cp -af perl-install drakxtools ; cp -af tools/ddcprobe drakxtools
+ cd ../drakxtools ; rm -f install* ForMakefile.pm pkgs.pm ftp.pm t.pm ; mv Makefile.drakxtools Makefile
+ cd .. ; tar cfy drakxtools.tar.bz2 --exclude CVS $(patsubst %,drakxtools/%,Makefile MonitorsDB Newt c ddcprobe po pci_probing resize_fat diskdrake diskdrake.rc XFdrake *.pm)
+ cd .. ; rm -rf drakxtools
$(DIRS):
install -d auto
@@ -91,6 +82,7 @@ get_needed_files: $(DIRS)
install -d $(DEST)/usr/share
install -d $(DEST)/usr/share/gtk
install -d $(DEST)/usr/share/xmodmap
+ install -d $(DEST)/usr/X11R6/lib/X11
install -d $(ROOTDEST)/Mandrake/base
install -s $(LOCALFILES) $(DEST)/usr/bin
cp -f $(LOCALFILES2) $(DEST)/usr/bin
@@ -126,7 +118,8 @@ get_needed_files: $(DIRS)
cp -a keymaps $(DEST)/usr/share
cp -a consolefonts $(DEST)/usr/share
- cp ifcfg-ppp.* chat-ppp.* kppprc.in modparm.lst MonitorsDB $(DEST)/usr/share
+ cp ifcfg-ppp.* chat-ppp.* kppprc.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
cp compss compssUsers compssList $(ROOTDEST)/Mandrake/base