diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-12-10 00:53:50 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-12-10 00:53:50 +0000 |
commit | 24267eb313f4272a92e0909ca47a831f7ce047c0 (patch) | |
tree | 1207ca2fcd637077e4a7216e84610042ee80cba6 | |
parent | ac21d83f516222871dff6c74c4d259d3c0c496c5 (diff) | |
download | drakx-24267eb313f4272a92e0909ca47a831f7ce047c0.tar drakx-24267eb313f4272a92e0909ca47a831f7ce047c0.tar.gz drakx-24267eb313f4272a92e0909ca47a831f7ce047c0.tar.bz2 drakx-24267eb313f4272a92e0909ca47a831f7ce047c0.tar.xz drakx-24267eb313f4272a92e0909ca47a831f7ce047c0.zip |
live_install is a shell script, do not pretend it's perl ;p
-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 70d149cfa..5fbca0e82 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -12,7 +12,7 @@ VERSION = 2.2.10-BOOT SUDO = sudo SO_FILES = c/blib/arch/auto/c/c.so PMS_DIRS = Newt Xconfig c diskdrake harddrake interactive modules network partition_table printer resize_fat sbus_probing security -PMS = *.pm $(PMS_DIRS:%=%/*.pm) commands install2 g_auto_install live_install live_install2 share/advertising/*.pl +PMS = *.pm $(PMS_DIRS:%=%/*.pm) commands install2 g_auto_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/%) ALLPMS = $(PMS) $(STANDALONEPMS) |