From 1aaefece21d67a75cf35030fef99cf1078026f89 Mon Sep 17 00:00:00 2001 From: SARL ENR-68 Date: Sun, 4 May 2014 15:51:42 +0200 Subject: Added transmission of the user name to write the log file at the good place --- polkit/Makefile | 4 ++-- 1 file 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 \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'\ > $@ -- cgit v1.2.1