From ba15b7aa8f7e32ee6ab045b0a175be16e8affc82 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 5 Aug 2011 20:54:32 -0500 Subject: [PATCH] Fixing the desktop file for where the bin actually gets installed --- data/template.desktop | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/template.desktop b/data/template.desktop index 68bac42..f2f0265 100644 --- a/data/template.desktop +++ b/data/template.desktop @@ -4,11 +4,11 @@ GenericName=Calculator Comment=RPN Calculator #[[[cog # if VARIANT == "fremantle": -# cog.outl("Exec=/usr/bin/run-standalone.sh /usr/bin/%s" % PROGRAM) +# cog.outl("Exec=/usr/bin/run-standalone.sh /usr/local/bin/%s" % PROGRAM) # elif VARIANT == "harmattan": -# cog.outl("Exec=/usr/bin/invoker --single-instance --type=e /usr/bin/%s" % PROGRAM) +# cog.outl("Exec=/usr/bin/invoker --single-instance --type=e /usr/local/bin/%s" % PROGRAM) # elif VARIANT == "ubuntu": -# cog.outl("Exec=/usr/bin/%s" % PROGRAM) +# cog.outl("Exec=/usr/local/bin/%s" % PROGRAM) # else: # raise RuntimeError("Unsupported desktop file flavor %r" % PROGRAM) #]]] -- 1.7.9.5