diff options
author | Erich Eckner <git@eckner.net> | 2019-07-10 14:06:54 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-07-10 14:06:54 +0200 |
commit | 647c4f565e85d29ab5e9206ebfb4ffc1124b30fc (patch) | |
tree | ac461b07caac1d13db292457e7eb3c70a60b587d | |
parent | cc920e95b34d5fc3cea3051805cf64b1b0578262 (diff) | |
download | archlinuxewe-647c4f565e85d29ab5e9206ebfb4ffc1124b30fc.tar.xz |
openttd-git: remove (hopefully) superfluid option to configure
-rw-r--r-- | openttd-git/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openttd-git/PKGBUILD b/openttd-git/PKGBUILD index 641b58e60..e0e535052 100644 --- a/openttd-git/PKGBUILD +++ b/openttd-git/PKGBUILD @@ -90,7 +90,7 @@ prepare() { build() { cd "${srcdir}/${pkgname}" - ./configure ${_targetHost} \ + ./configure \ --prefix-dir=/usr \ --binary-dir=bin \ --data-dir=share/openttd \ |