diff options
author | daviddavid <geiger.david68210@gmail.com> | 2015-02-21 21:26:31 +0100 |
---|---|---|
committer | daviddavid <geiger.david68210@gmail.com> | 2015-02-21 21:26:31 +0100 |
commit | 6d142cfbd8da7ead9debf931b9a3818821328efb (patch) | |
tree | 157a7216d5158bc4500a25130f7b3aa2262b092c | |
parent | d92b67b3b1f00e37dcaaed1fa38a114526fd246d (diff) | |
download | isodumper-6d142cfbd8da7ead9debf931b9a3818821328efb.tar isodumper-6d142cfbd8da7ead9debf931b9a3818821328efb.tar.gz isodumper-6d142cfbd8da7ead9debf931b9a3818821328efb.tar.bz2 isodumper-6d142cfbd8da7ead9debf931b9a3818821328efb.tar.xz isodumper-6d142cfbd8da7ead9debf931b9a3818821328efb.zip |
- make that all desktop environments are compatible.
-rw-r--r-- | CHANGELOG | 1 | ||||
-rw-r--r-- | polkit/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 <david.david@mageialinux-online.org>\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'\ |