aboutsummaryrefslogtreecommitdiffstats
path: root/polkit
diff options
context:
space:
mode:
authorSARL ENR-68 <david@david.david>2014-05-04 15:51:42 +0200
committerSARL ENR-68 <david@david.david>2014-05-04 15:51:42 +0200
commit1aaefece21d67a75cf35030fef99cf1078026f89 (patch)
tree44ad85dba787645b0c1519f166dea034e42b9533 /polkit
parent5619ef28420c619bb418202b1c2cd88fc5193e2b (diff)
downloadisodumper-1aaefece21d67a75cf35030fef99cf1078026f89.tar
isodumper-1aaefece21d67a75cf35030fef99cf1078026f89.tar.gz
isodumper-1aaefece21d67a75cf35030fef99cf1078026f89.tar.bz2
isodumper-1aaefece21d67a75cf35030fef99cf1078026f89.tar.xz
isodumper-1aaefece21d67a75cf35030fef99cf1078026f89.zip
Added transmission of the user name to write the log file at the good place
Diffstat (limited to 'polkit')
-rw-r--r--polkit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/polkit/Makefile b/polkit/Makefile
index f8833cb..7e54e86 100644
--- a/polkit/Makefile
+++ b/polkit/Makefile
@@ -39,9 +39,9 @@ clean:
'# Author binary polkit file= Geiger David <david.david@mageialinux-online.org>\n'\
'\n'\
'if [[ "$$UID" != "0" ]] ; then\n'\
- ' exec $(BINDIR)/pkexec $(LIBEXECDIR)/$@ "$$''@"\n'\
+ ' exec $(BINDIR)/pkexec $(LIBEXECDIR)/$@ "$$USER $$''@"\n'\
'else\n'\
- ' exec $(LIBEXECDIR)/$@ "$$''@"\n'\
+ ' exec $(LIBEXECDIR)/$@ "$$USER $$''@"\n'\
'fi\n'\
> $@