summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile.config
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-08-18 18:35:33 +0000
committerOlivier Blin <oblin@mandriva.com>2008-08-18 18:35:33 +0000
commit3fe3248881feee76de20a2e8ecd4d6e0aa8efd5b (patch)
tree39f7836b86f3b25b7cba01e3078bf4a4111845d0 /perl-install/Makefile.config
parent646cb1d7c756ac18da31157f0e234ece0a1f3f41 (diff)
downloaddrakx-backup-do-not-use-3fe3248881feee76de20a2e8ecd4d6e0aa8efd5b.tar
drakx-backup-do-not-use-3fe3248881feee76de20a2e8ecd4d6e0aa8efd5b.tar.gz
drakx-backup-do-not-use-3fe3248881feee76de20a2e8ecd4d6e0aa8efd5b.tar.bz2
drakx-backup-do-not-use-3fe3248881feee76de20a2e8ecd4d6e0aa8efd5b.tar.xz
drakx-backup-do-not-use-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.config2
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)