From 76f90aec131ee5b73e0c9fc2bb91f6a7e864ce66 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 19 Sep 2008 14:25:39 +0000 Subject: (install) enable to have more than one RC file --- perl-install/Makefile.drakxtools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1