summaryrefslogtreecommitdiff
path: root/openttd-svn/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'openttd-svn/PKGBUILD')
-rwxr-xr-xopenttd-svn/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/openttd-svn/PKGBUILD b/openttd-svn/PKGBUILD
index 81e42ba7..d57d3f21 100755
--- a/openttd-svn/PKGBUILD
+++ b/openttd-svn/PKGBUILD
@@ -66,7 +66,8 @@ prepare() {
build() {
cd trunk
- ./configure --prefix-dir=/usr \
+ ./configure ${_targetHost} \
+ --prefix-dir=/usr \
--binary-dir=bin \
--data-dir=share/openttd \
--icon-dir=share/openttd \