From 6d142cfbd8da7ead9debf931b9a3818821328efb Mon Sep 17 00:00:00 2001 From: daviddavid Date: Sat, 21 Feb 2015 21:26:31 +0100 Subject: Adapting the launcher script to overcome bug mga#15236 - make that all desktop environments are compatible. --- polkit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'polkit') diff --git a/polkit/Makefile b/polkit/Makefile index 7e54e86..5f418eb 100644 --- a/polkit/Makefile +++ b/polkit/Makefile @@ -39,7 +39,7 @@ clean: '# Author binary polkit file= Geiger David \n'\ '\n'\ 'if [[ "$$UID" != "0" ]] ; then\n'\ - ' exec $(BINDIR)/pkexec $(LIBEXECDIR)/$@ "$$USER $$''@"\n'\ + ' pkexec $(LIBEXECDIR)/$@ "$$USER $$''@"\n'\ 'else\n'\ ' exec $(LIBEXECDIR)/$@ "$$USER $$''@"\n'\ 'fi\n'\ -- cgit v1.2.1