diff options
author | Colin Guthrie <colin@mageia.org> | 2013-10-12 13:33:11 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-10-12 13:33:11 +0100 |
commit | 21aa42c1548fc29780bfffcd4cc1c4d48fe822b9 (patch) | |
tree | 1e2bdd5e758b2a673443ab5cdac175b002325da0 /polkit | |
parent | ec9747937aafaa91aa04e969ad255899415ba4e4 (diff) | |
download | drakx-net-21aa42c1548fc29780bfffcd4cc1c4d48fe822b9.tar drakx-net-21aa42c1548fc29780bfffcd4cc1c4d48fe822b9.tar.gz drakx-net-21aa42c1548fc29780bfffcd4cc1c4d48fe822b9.tar.bz2 drakx-net-21aa42c1548fc29780bfffcd4cc1c4d48fe822b9.tar.xz drakx-net-21aa42c1548fc29780bfffcd4cc1c4d48fe822b9.zip |
polkit: Use exec in wrapper scripts
Diffstat (limited to 'polkit')
-rw-r--r-- | polkit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polkit/Makefile b/polkit/Makefile index b996120..34e8106 100644 --- a/polkit/Makefile +++ b/polkit/Makefile @@ -13,7 +13,7 @@ clean: rm -f $(WRAPPERS) $(POLICY) %: org.mageia.%.policy.in - @echo -e "#!/bin/sh\n$(BINDIR)/pkexec $(LIBEXECDIR)/$@ $$""*" > $@ + @echo -e "#!/bin/sh\nexec $(BINDIR)/pkexec $(LIBEXECDIR)/$@ $$""*" > $@ %.policy: %.policy.in intltool-merge --utf8 ../po $< $@ -x -u -c ../po/.intltool-merge-cache |