From cf9d69a113fd0c59dd8fffb387d1a756452bb105 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 29 Sep 2013 17:41:14 +0100 Subject: polkit: Move policy files into standalone directory. This will be needed to be able to translate the policy files. --- perl-install/Makefile.drakxtools | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/Makefile.drakxtools') diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools index b282535f3..9922bfecf 100644 --- a/perl-install/Makefile.drakxtools +++ b/perl-install/Makefile.drakxtools @@ -47,8 +47,8 @@ install: # All the things handled by polkit mv -f $(SBINDEST)/drak{auth,boot,clock,font,ups,xservices} $(LIBEXECDEST) mv -f $(SBINDEST)/logdrake $(LIBEXECDEST)/draklog - install polkit/wrappers/* $(BINDEST) - install polkit/policy/* $(POLKITPOLICYDEST) + install standalone/polkit/wrappers/* $(BINDEST) + install standalone/polkit/policy/* $(POLKITPOLICYDEST) install -m 644 *.pm $(LIBDEST) for i in $(PMS_DIRS); do install -d $(LIBDEST)/$$i ; install -m 644 $$i/*.pm $(LIBDEST)/$$i/;done -- cgit v1.2.1