diff options
Diffstat (limited to 'openttd-svn')
-rwxr-xr-x | openttd-svn/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openttd-svn/PKGBUILD b/openttd-svn/PKGBUILD index 81e42ba79..d57d3f210 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 \ |