diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-06-18 16:54:03 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-06-18 16:54:03 +0000 |
commit | 270603c7c705ce97c4c4307471ca77b5eb802dec (patch) | |
tree | adf1cc7797ef6225741590f85796fddc933fae0c /perl-install | |
parent | 6f173a27180fc726e8c928d646a0db1096696d75 (diff) | |
download | drakx-270603c7c705ce97c4c4307471ca77b5eb802dec.tar drakx-270603c7c705ce97c4c4307471ca77b5eb802dec.tar.gz drakx-270603c7c705ce97c4c4307471ca77b5eb802dec.tar.bz2 drakx-270603c7c705ce97c4c4307471ca77b5eb802dec.tar.xz drakx-270603c7c705ce97c4c4307471ca77b5eb802dec.zip |
do not package anymore drakautoinst since it's broken (#27860)
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 c275464f2..16c89547a 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -9,7 +9,7 @@ SO_FILES = c/blib/arch/auto/c/c.so 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_ = adduserdrake bootloader-config diskdrake drakauth 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) |