diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-11-15 09:21:12 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-11-15 09:21:12 +0000 |
commit | 6db8f32bd315ae235b1d7b53b491cc7a1e078080 (patch) | |
tree | 983d12151ccd0814b6cce8ae560ec204c91c2ac6 /perl-install/Makefile.config | |
parent | 0449880d2b7e903ab41ea37dbac76d61a804f5f9 (diff) | |
download | drakx-6db8f32bd315ae235b1d7b53b491cc7a1e078080.tar drakx-6db8f32bd315ae235b1d7b53b491cc7a1e078080.tar.gz drakx-6db8f32bd315ae235b1d7b53b491cc7a1e078080.tar.bz2 drakx-6db8f32bd315ae235b1d7b53b491cc7a1e078080.tar.xz drakx-6db8f32bd315ae235b1d7b53b491cc7a1e078080.zip |
- add missing printer directory
- bump version to 9.1 like most of our 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 cdd3b5eeb..70d149cfa 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -11,7 +11,7 @@ endif VERSION = 2.2.10-BOOT SUDO = sudo SO_FILES = c/blib/arch/auto/c/c.so -PMS_DIRS = Newt Xconfig c diskdrake harddrake interactive modules network partition_table resize_fat sbus_probing security +PMS_DIRS = Newt Xconfig c diskdrake harddrake interactive modules network partition_table printer resize_fat sbus_probing security PMS = *.pm $(PMS_DIRS:%=%/*.pm) commands install2 g_auto_install live_install live_install2 share/advertising/*.pl STANDALONEPMS_ = XFdrake adduserdrake diskdrake drakTermServ drakautoinst drakbackup drakboot drakbug drakbug_report drakconnect drakfirewall drakfloppy drakfont drakgw drakperm drakproxy draksec draksound draksplash drakupdate_fstab drakxservices drakxtv fileshareset harddrake2 keyboarddrake livedrake localedrake logdrake lsnetdrake mousedrake net_monitor printerdrake scannerdrake service_harddrake service_harddrake.sh STANDALONEPMS = $(STANDALONEPMS_:%=standalone/%) |