diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-09 14:01:48 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-09 14:01:48 +0000 |
commit | c6ef71c7ccc79a1dae47e2ee8b44674f099701dd (patch) | |
tree | 9e3dd420535db185a2d332cdb7e27c3da3138dd9 /perl-install | |
parent | 899a924a2799a819ad796a9b2acffe6c1bc9f056 (diff) | |
download | drakx-c6ef71c7ccc79a1dae47e2ee8b44674f099701dd.tar drakx-c6ef71c7ccc79a1dae47e2ee8b44674f099701dd.tar.gz drakx-c6ef71c7ccc79a1dae47e2ee8b44674f099701dd.tar.bz2 drakx-c6ef71c7ccc79a1dae47e2ee8b44674f099701dd.tar.xz drakx-c6ef71c7ccc79a1dae47e2ee8b44674f099701dd.zip |
add harddrake service wrapper to installed files
Diffstat (limited to 'perl-install')
-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 fd03e45fb..4c104d297 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -6,7 +6,7 @@ VERSION = 2.2.10-BOOT SUDO = sudo SO_FILES = c/blib/arch/auto/c/c.so PMS = *.pm Newt/*.pm c/stuff.pm resize_fat/*.pm sbus_probing/*.pm network/*.pm diskdrake/*.pm harddrake/*.pm commands install2 g_auto_install live_install live_install2 share/advertising/*.pl -STANDALONEPMS_ = diskdrake XFdrake mousedrake printerdrake logdrake keyboarddrake draknet drakbackup drakfont drakproxy localedrake net_monitor drakbug_report tinyfirewall drakxconf drakxservices draksec drakboot adduserdrake drakgw drakautoinst livedrake lsnetdrake scannerdrake fileshareset drakxtv drakfloppy harddrake2 drakTermServ service_harddrake drakbug +STANDALONEPMS_ = diskdrake XFdrake mousedrake printerdrake logdrake keyboarddrake draknet drakbackup drakfont drakproxy localedrake net_monitor drakbug_report tinyfirewall drakxconf drakxservices draksec drakboot adduserdrake drakgw drakautoinst livedrake lsnetdrake scannerdrake fileshareset drakxtv drakfloppy harddrake2 drakTermServ service_harddrake service_harddrake.sh drakbug STANDALONEPMS = $(STANDALONEPMS_:%=standalone/%) ALLPMS = $(PMS) $(STANDALONEPMS) REP4PMS = /usr/bin/perl-install |