summaryrefslogtreecommitdiff
path: root/manualPorts/openttd-git/Pkgfile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-04-04 15:29:54 +0200
committerErich Eckner <git@eckner.net>2021-04-04 15:29:54 +0200
commitd59b497cc76ca180f228c5b16d484ea406ff586f (patch)
tree173edf0c0816fa2f37ca58dbe2be171e42ef443e /manualPorts/openttd-git/Pkgfile
parent12eb5fff2dce45ce2391767019f04f3f1f8e8f0c (diff)
downloadcrux-ports-d59b497cc76ca180f228c5b16d484ea406ff586f.tar.xz
openttd: put binary into /usr/bin, again
Diffstat (limited to 'manualPorts/openttd-git/Pkgfile')
-rw-r--r--manualPorts/openttd-git/Pkgfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/manualPorts/openttd-git/Pkgfile b/manualPorts/openttd-git/Pkgfile
index ae01cfe..82c059a 100644
--- a/manualPorts/openttd-git/Pkgfile
+++ b/manualPorts/openttd-git/Pkgfile
@@ -10,7 +10,7 @@ version=30322.a1230b932
gfxversion=0.5.4
sfxversion=0.2.3
msxversion=0.3.1
-release=1
+release=2
source=(http://bundles.openttdcoop.org/opengfx/releases/$gfxversion/opengfx-$gfxversion.zip
http://bundles.openttdcoop.org/opensfx/releases/$sfxversion/opensfx-$sfxversion.zip
http://bundles.openttdcoop.org/openmsx/releases/$msxversion/openmsx-$msxversion.zip
@@ -58,6 +58,7 @@ build() {
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_BINDIR=bin \
-DPERSONAL_DIR=.openttd \
..
make