From: Marja Hassinen Date: Wed, 6 Jan 2010 15:26:43 +0000 (+0200) Subject: Installing the binary to /usr/games because lintian tells me to. X-Git-Tag: 0.1~3 X-Git-Url: https://vcs.maemo.org/git/?p=evilplumber;a=commitdiff_plain;h=02aa0196811a31d128cef007a1ca4a4c84c9131b Installing the binary to /usr/games because lintian tells me to. --- diff --git a/common.pri b/common.pri index 830b275..96a9d76 100644 --- a/common.pri +++ b/common.pri @@ -3,6 +3,7 @@ PREFIX = /usr/local } BINDIR = $$PREFIX/bin +GAMEDIR = $$PREFIX/games DATADIR = $$PREFIX/share DEFINES += DATADIR=\"$$DATADIR\" PKGDATADIR=\"$$PKGDATADIR\" diff --git a/src/evilplumber.desktop b/src/evilplumber.desktop index 5d9afa1..827e1ec 100644 --- a/src/evilplumber.desktop +++ b/src/evilplumber.desktop @@ -3,7 +3,7 @@ Encoding=UTF-8 Version=0.1 Type=Application Name=Evil Plumber -Exec=/usr/bin/evilplumber +Exec=/usr/games/evilplumber Icon=evilplumber X-HildonDesk-ShowInToolbar=true -X-Osso-Type=application/x-executable \ No newline at end of file +X-Osso-Type=application/x-executable diff --git a/src/src.pro b/src/src.pro index 7cd23bc..59e8ffc 100644 --- a/src/src.pro +++ b/src/src.pro @@ -14,7 +14,7 @@ include("../common.pri") INSTALLS += target levels images desktop icon26 icon40 icon64 -target.path =$$BINDIR +target.path =$$GAMEDIR levels.path = $$DATADIR/$${TARGET} levels.files = ../data/*.dat ../data/*.leg