From acdd74d9e1994edab0902a51d353e799ea6097bd Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Fri, 11 Oct 2013 09:56:29 +0100 Subject: polkit: Generate wrapper scripts automatically from policy files. This relies on the name of the policy files but that's fine. We no longer need to write lots of boiler plate wrapper scripts. mga#11125 --- perl-install/Makefile.drakxtools | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/Makefile.drakxtools') diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools index 16dfc6bc0..20ac49191 100644 --- a/perl-install/Makefile.drakxtools +++ b/perl-install/Makefile.drakxtools @@ -46,7 +46,6 @@ 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 standalone/polkit/wrappers/* $(BINDEST) 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