summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile.drakxtools
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-19 14:25:39 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-19 14:25:39 +0000
commit76f90aec131ee5b73e0c9fc2bb91f6a7e864ce66 (patch)
treee5c8c04624794172542e2afa407365c896bca906 /perl-install/Makefile.drakxtools
parent6030ed4748d5d1a91c6d62b164778707dca36a3c (diff)
downloaddrakx-76f90aec131ee5b73e0c9fc2bb91f6a7e864ce66.tar
drakx-76f90aec131ee5b73e0c9fc2bb91f6a7e864ce66.tar.gz
drakx-76f90aec131ee5b73e0c9fc2bb91f6a7e864ce66.tar.bz2
drakx-76f90aec131ee5b73e0c9fc2bb91f6a7e864ce66.tar.xz
drakx-76f90aec131ee5b73e0c9fc2bb91f6a7e864ce66.zip
(install) enable to have more than one RC file
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 6cab7b12d..4eb744488 100644
--- a/perl-install/Makefile.drakxtools
+++ b/perl-install/Makefile.drakxtools
@@ -42,7 +42,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 share/diskdrake.rc $(DATADIR)/$(NAME)
+ install -m 644 share/*.rc $(DATADIR)/$(NAME)
install -d $(PREFIX)/etc/security
echo 'RESTRICT=yes' > $(PREFIX)/etc/security/fileshare.conf