diff options
author | Colin Guthrie <colin@mageia.org> | 2013-10-11 09:56:29 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-10-11 09:56:29 +0100 |
commit | acdd74d9e1994edab0902a51d353e799ea6097bd (patch) | |
tree | 5d73b54edbe91482a89b328ce014f1becd855714 /perl-install/Makefile.drakxtools | |
parent | b2ec52097de142ba7637ccdf6c81cefb3d362642 (diff) | |
download | drakx-acdd74d9e1994edab0902a51d353e799ea6097bd.tar drakx-acdd74d9e1994edab0902a51d353e799ea6097bd.tar.gz drakx-acdd74d9e1994edab0902a51d353e799ea6097bd.tar.bz2 drakx-acdd74d9e1994edab0902a51d353e799ea6097bd.tar.xz drakx-acdd74d9e1994edab0902a51d353e799ea6097bd.zip |
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
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r-- | perl-install/Makefile.drakxtools | 1 |
1 files changed, 0 insertions, 1 deletions
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 |