diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-04-25 12:26:16 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-04-25 12:26:16 +0000 |
commit | 126777bc019a54afb4ec51299f2cf9d2841698aa (patch) | |
tree | 97f76e571902ead55ba138f1156a4b4f00b9b779 /perl-install/Makefile.config | |
parent | f1f67448efc714873378dfeb8279fae68054a90a (diff) | |
download | drakx-126777bc019a54afb4ec51299f2cf9d2841698aa.tar drakx-126777bc019a54afb4ec51299f2cf9d2841698aa.tar.gz drakx-126777bc019a54afb4ec51299f2cf9d2841698aa.tar.bz2 drakx-126777bc019a54afb4ec51299f2cf9d2841698aa.tar.xz drakx-126777bc019a54afb4ec51299f2cf9d2841698aa.zip |
re-sync after the big svn loss
Diffstat (limited to 'perl-install/Makefile.config')
-rw-r--r-- | perl-install/Makefile.config | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index e8698a58a..46279fe92 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,20 +1,21 @@ # -*- Makefile -*- +VERSION:=10.4.129 + SUDO = sudo TMPDIR = /tmp SO_FILES = c/blib/arch/auto/c/c.so -PMS_DIRS = Newt Xconfig c xf86misc diskdrake harddrake interactive modules network partition_table printer resize_fat security fs -PMS = *.pm $(PMS_DIRS:%=%/*.pm) commands install2 -STANDALONEPMS_ = XFdrake adduserdrake autosetupprintqueues bootloader-config diskdrake drakTermServ drakauth drakautoinst drakbackup drakboot drakbug drakbug_report drakclock drakconnect drakedm drakfirewall drakfont drakgw drakhelp drakhosts drakids draknfs draksambashare drakperm drakproxy drakroam draksec draksound draksplash drakupdate_fstab drakups drakxservices drakxtv fileshareset finish-install harddrake2 keyboarddrake listsupportedprinters localedrake logdrake lsnetdrake mousedrake net_applet net_monitor printerdrake scannerdrake service_harddrake service_harddrake_confirm + +# PMS_DIRS is used only in drakxtools +PMS_DIRS = c diskdrake harddrake interactive modules partition_table resize_fat security fs fs/remote + +PMS = *.pm $(PMS_DIRS:%=%/*.pm) install/*.pm install/help/*.pm install/commands install/install2 +STANDALONEPMS_ = adduserdrake bootloader-config diskdrake drakauth drakautoinst drakboot drakbug drakbug_report drakclock drakedm drakfont drakhelp drakperm draksec draksound draksplash drakupdate_fstab drakups drakxservices drakxtv fileshareset finish-install harddrake2 localedrake logdrake lsnetdrake scannerdrake service_harddrake service_harddrake_confirm STANDALONEPMS = $(STANDALONEPMS_:%=standalone/%) -ALLPMS = $(PMS) $(STANDALONEPMS) share/advertising/*.pl share/compssUsers.pl* -REP4PMS = /usr/lib/libDrakX -ROOTDEST = /export -DEST = $(STAGE2_LIVE) -DESTREP4PMS = $(DEST)$(REP4PMS) +ALLPMS = $(PMS) $(STANDALONEPMS) PERL = perl LOCALFILES = $(patsubst %, ../tools/%,serial_probe/serial_probe xhost+) -DIRS = c Newt resize_fat xf86misc #po +DIRS = c resize_fat #po CFLAGS = -Wall override CFLAGS += -pipe |