Correct path for executable
authorHeli Hyvättinen <heli.hyvattinen@kymp.net>
Mon, 12 Sep 2011 19:25:24 +0000 (22:25 +0300)
committerHeli Hyvättinen <heli.hyvattinen@kymp.net>
Mon, 12 Sep 2011 19:25:24 +0000 (22:25 +0300)
ghostsoverboard.desktop
ghostsoverboard.pro

index 3014875..2aa5f4a 100644 (file)
@@ -4,7 +4,7 @@ Version=1.0
 Type=Application
 Terminal=false
 Name=Ghosts Overboard
-Exec=/opt/usr/bin/ghostsoverboard
+Exec=/opt/ghostsoverboard/bin/ghostsoverboard
 Icon=ghostsoverboard
 X-Window-Icon=ghostsoverboard
 X-HildonDesk-ShowInToolbar=true
index 029348c..cc7a97e 100644 (file)
@@ -51,7 +51,7 @@ unix:!symbian {
     maemo5 {
         target.path = /opt/usr/bin
     } else {
-        target.path = /usr/local/bin
+        target.path = /opt/ghostsoverboard/bin
     }
     INSTALLS += target
 }