aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'\
> $@