summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile.drakxtools
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2003-02-11 09:33:56 +0000
committerFrederic Lepied <flepied@mandriva.com>2003-02-11 09:33:56 +0000
commitd0ba827a353fc091b8d27b4da32c789c5300acef (patch)
tree8e2f66142c79aa51bf9b02bdc2ebd0d281e635ce /perl-install/Makefile.drakxtools
parenteaa4be9652e288080096ebdf56c6e231932c38ac (diff)
downloaddrakx-backup-do-not-use-d0ba827a353fc091b8d27b4da32c789c5300acef.tar
drakx-backup-do-not-use-d0ba827a353fc091b8d27b4da32c789c5300acef.tar.gz
drakx-backup-do-not-use-d0ba827a353fc091b8d27b4da32c789c5300acef.tar.bz2
drakx-backup-do-not-use-d0ba827a353fc091b8d27b4da32c789c5300acef.tar.xz
drakx-backup-do-not-use-d0ba827a353fc091b8d27b4da32c789c5300acef.zip
don't take lang subdir in pixmap
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 997f0e771..d294d74ac 100644
--- a/perl-install/Makefile.drakxtools
+++ b/perl-install/Makefile.drakxtools
@@ -40,7 +40,7 @@ install:
install -m 644 *.pm $(LIBDEST)
for i in $(PMS_DIRS); do install -d $(LIBDEST)/$$i ; install -m 644 $$i/*.pm $(LIBDEST)/$$i/;done
- install -m 644 pixmaps/* $(PIXDIR)
+ install -m 644 pixmaps/*.* $(PIXDIR)
install -m 644 share/diskdrake.rc $(DATADIR)/$(NAME)
install -d $(PREFIX)/etc/security