summaryrefslogtreecommitdiffstats
path: root/polkit
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2013-10-12 13:33:11 +0100
committerColin Guthrie <colin@mageia.org>2013-10-12 13:33:11 +0100
commit21aa42c1548fc29780bfffcd4cc1c4d48fe822b9 (patch)
tree1e2bdd5e758b2a673443ab5cdac175b002325da0 /polkit
parentec9747937aafaa91aa04e969ad255899415ba4e4 (diff)
downloaddrakx-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/Makefile2
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