diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-09-04 14:28:44 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-09-04 14:28:44 +0000 |
commit | 059127f78576f4bdbb57e29a6dd7509a53d3d25c (patch) | |
tree | 1a0b0289f9a02d7db73473ff00303968134e53d3 /perl-install | |
parent | 60b11326839e2fc0e284640f2493ac7b3b682313 (diff) | |
download | drakx-059127f78576f4bdbb57e29a6dd7509a53d3d25c.tar drakx-059127f78576f4bdbb57e29a6dd7509a53d3d25c.tar.gz drakx-059127f78576f4bdbb57e29a6dd7509a53d3d25c.tar.bz2 drakx-059127f78576f4bdbb57e29a6dd7509a53d3d25c.tar.xz drakx-059127f78576f4bdbb57e29a6dd7509a53d3d25c.zip |
add drakperm!
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 016db3d56..a59174dfc 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -13,7 +13,7 @@ SUDO = sudo SO_FILES = c/blib/arch/auto/c/c.so PMS_DIRS = c diskdrake harddrake interactive network Newt partition_table resize_fat sbus_probing Xconfig PMS = *.pm $(PMS_DIRS:%=%/*.pm) commands install2 g_auto_install live_install live_install2 share/advertising/*.pl -STANDALONEPMS_ = diskdrake XFdrake mousedrake printerdrake logdrake keyboarddrake drakconnect drakbackup drakfont drakproxy localedrake net_monitor drakbug_report drakfirewall drakxservices drakboot adduserdrake drakgw drakautoinst livedrake lsnetdrake scannerdrake fileshareset drakupdate_fstab drakxtv drakfloppy harddrake2 drakTermServ service_harddrake service_harddrake.sh drakbug draksplash draksound +STANDALONEPMS_ = diskdrake XFdrake mousedrake printerdrake logdrake keyboarddrake drakconnect drakbackup drakfont drakproxy localedrake net_monitor drakbug_report drakfirewall drakxservices drakboot adduserdrake drakgw drakautoinst livedrake lsnetdrake scannerdrake fileshareset drakupdate_fstab drakxtv drakfloppy harddrake2 drakTermServ service_harddrake service_harddrake.sh drakbug draksplash draksound drakperm STANDALONEPMS = $(STANDALONEPMS_:%=standalone/%) ALLPMS = $(PMS) $(STANDALONEPMS) REP4PMS = /usr/bin/perl-install |