diff options
author | Erwan Velu <erwan@mandriva.org> | 2003-06-13 14:42:07 +0000 |
---|---|---|
committer | Erwan Velu <erwan@mandriva.org> | 2003-06-13 14:42:07 +0000 |
commit | 97be4b72ebe904b879a8cb0a3fd29a6048b874c5 (patch) | |
tree | 82718dbca5520d9b4137d2ee80ccb69404d2cf78 /perl-install/Makefile.config | |
parent | 25fcc0d9e11d5ab01ff93b1300286aef408f3048 (diff) | |
download | drakx-97be4b72ebe904b879a8cb0a3fd29a6048b874c5.tar drakx-97be4b72ebe904b879a8cb0a3fd29a6048b874c5.tar.gz drakx-97be4b72ebe904b879a8cb0a3fd29a6048b874c5.tar.bz2 drakx-97be4b72ebe904b879a8cb0a3fd29a6048b874c5.tar.xz drakx-97be4b72ebe904b879a8cb0a3fd29a6048b874c5.zip |
Adding drakcluster
Diffstat (limited to 'perl-install/Makefile.config')
-rw-r--r-- | perl-install/Makefile.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 74026b480..837bda041 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -11,7 +11,7 @@ endif VERSION = 2.2.10-BOOT SUDO = sudo SO_FILES = c/blib/arch/auto/c/c.so -PMS_DIRS = Newt Xconfig c diskdrake harddrake interactive network partition_table resize_fat sbus_probing security +PMS_DIRS = Newt Xconfig c diskdrake harddrake interactive network partition_table resize_fat sbus_probing security drakcluster PMS = *.pm $(PMS_DIRS:%=%/*.pm) commands install2 g_auto_install live_install live_install2 share/advertising/*.pl STANDALONEPMS_ = XFdrake adduserdrake diskdrake drakTermServ drakautoinst drakbackup drakboot drakbug drakbug_report drakconnect drakfirewall drakfloppy drakfont drakgw drakperm drakproxy draksec draksound draksplash drakupdate_fstab drakxservices drakxtv fileshareset harddrake2 keyboarddrake livedrake localedrake logdrake lsnetdrake mousedrake net_monitor printerdrake scannerdrake service_harddrake service_harddrake.sh STANDALONEPMS = $(STANDALONEPMS_:%=standalone/%) |