diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-08-18 18:35:33 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-08-18 18:35:33 +0000 |
commit | 3fe3248881feee76de20a2e8ecd4d6e0aa8efd5b (patch) | |
tree | 39f7836b86f3b25b7cba01e3078bf4a4111845d0 /perl-install/Makefile.config | |
parent | 646cb1d7c756ac18da31157f0e234ece0a1f3f41 (diff) | |
download | drakx-3fe3248881feee76de20a2e8ecd4d6e0aa8efd5b.tar drakx-3fe3248881feee76de20a2e8ecd4d6e0aa8efd5b.tar.gz drakx-3fe3248881feee76de20a2e8ecd4d6e0aa8efd5b.tar.bz2 drakx-3fe3248881feee76de20a2e8ecd4d6e0aa8efd5b.tar.xz drakx-3fe3248881feee76de20a2e8ecd4d6e0aa8efd5b.zip |
add helpers to remove unused localization and hardware packages
(remove-unselected-locales, remove-unused-hardware-packages)
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 b7b89487c..8e031ea41 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 drakboot drakbug drakbug_report drakclock drakedm drakfont drakhelp drakperm draksec draksound draksplash drakupdate_fstab drakups drakxservices drakxtv fileshareset finish-install harddrake2 localedrake logdrake lsnetdrake notify-x11-free-driver-switch 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 notify-x11-free-driver-switch remove-unselected-locales remove-unused-hardware-packages scannerdrake service_harddrake service_harddrake_confirm STANDALONEPMS = $(STANDALONEPMS_:%=standalone/%) ALLPMS = $(PMS) $(STANDALONEPMS) |