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. --- CHANGELOG | 1 + polkit/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 6d165b1..bcb3201 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,6 +13,7 @@ IsoDumper 0.40 - change for automatic formatting '.po' files during build package. - change for automatic compiling '.mo' files during build package. - added a new translation on Simplified Chinese. (Thanks xiao wenming) + - adapting the launcher script to overcome bug mga#15236 (make that all desktop environments are compatible). IsoDumper 0.32 ------------ 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