diff options
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index b24f61ceb..80ff66f1f 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -2,7 +2,7 @@ VERSION = 2.2.10-BOOT SUDO = sudo SO_FILES = c/blib/arch/auto/c/c.so PMS = *.pm Newt/*.pm c/stuff.pm resize_fat/*.pm pci_probing/*.pm commands install2 g_auto_install -PMS += $(patsubst %, standalone/%,diskdrake XFdrake rpmdrake mousedrake) +PMS += $(patsubst %, standalone/%,diskdrake XFdrake rpmdrake mousedrake printerdrake) REP4PMS = /usr/bin/perl-install ROOTDEST = /export DEST = $(ROOTDEST)/Mandrake/mdkinst |