summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile.drakxtools
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-11-26 20:36:21 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-11-26 20:36:21 +0000
commit63f9446b69e9de2a963797090002f46145d866d8 (patch)
treed22dbcf55f2f809d031b0fbb43edb3f2a2bc0f42 /perl-install/Makefile.drakxtools
parent481c1e409ed37daad82aaf3e9e6344379b87fd27 (diff)
downloaddrakx-backup-do-not-use-63f9446b69e9de2a963797090002f46145d866d8.tar
drakx-backup-do-not-use-63f9446b69e9de2a963797090002f46145d866d8.tar.gz
drakx-backup-do-not-use-63f9446b69e9de2a963797090002f46145d866d8.tar.bz2
drakx-backup-do-not-use-63f9446b69e9de2a963797090002f46145d866d8.tar.xz
drakx-backup-do-not-use-63f9446b69e9de2a963797090002f46145d866d8.zip
no_comment
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r--perl-install/Makefile.drakxtools2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools
index 67af371bb..5aa8f99c1 100644
--- a/perl-install/Makefile.drakxtools
+++ b/perl-install/Makefile.drakxtools
@@ -16,7 +16,7 @@ $(DIRS):
install:
install -d $(BINDEST) $(ETCDEST) $(SBINDEST) $(LIBDEST) $(X11DEST) $(DIRS:%=$(LIBDEST)/%)
- install diskdrake XFdrake mousedrake lspcidrake $(SBINDEST)
+ install diskdrake XFdrake mousedrake lspcidrake printerdrake $(SBINDEST)
install -s ddcprobe/ddcxinfos $(SBINDEST)
for i in *.pm ; do perl -pe '$$_ = "\n" if /\s*use\s+(diagnostics|vars|strict)/' $$i > $(LIBDEST)/$$i ; done