diff options
author | Colin Guthrie <colin@mageia.org> | 2013-09-29 17:41:14 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-09-29 17:41:14 +0100 |
commit | cf9d69a113fd0c59dd8fffb387d1a756452bb105 (patch) | |
tree | 1d13e08e9a1aea7c6bec8164363d6ba9f6b1b474 /perl-install/Makefile.drakxtools | |
parent | 07ae52b078d99b98e976b139e81fc885c840a8d1 (diff) | |
download | drakx-cf9d69a113fd0c59dd8fffb387d1a756452bb105.tar drakx-cf9d69a113fd0c59dd8fffb387d1a756452bb105.tar.gz drakx-cf9d69a113fd0c59dd8fffb387d1a756452bb105.tar.bz2 drakx-cf9d69a113fd0c59dd8fffb387d1a756452bb105.tar.xz drakx-cf9d69a113fd0c59dd8fffb387d1a756452bb105.zip |
polkit: Move policy files into standalone directory.
This will be needed to be able to translate the policy files.
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r-- | perl-install/Makefile.drakxtools | 4 |
1 files changed, 2 insertions, 2 deletions
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 |