diff options
author | Erich Eckner <git@eckner.net> | 2021-01-01 22:45:07 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-01-01 22:45:07 +0100 |
commit | 1d3968cb1c251f9d44667d6878e566f25bcbb28a (patch) | |
tree | 8ec6bd7aec7640b3a8016ee0634c7e6f8105fbf7 /manualPorts/openttd-git/Pkgfile | |
parent | 948690d0061ca3f7edce3d71ac3c954c5a026082 (diff) | |
download | crux-ports-1d3968cb1c251f9d44667d6878e566f25bcbb28a.tar.xz |
openttd-git: chunnel.patch
Diffstat (limited to 'manualPorts/openttd-git/Pkgfile')
-rw-r--r-- | manualPorts/openttd-git/Pkgfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manualPorts/openttd-git/Pkgfile b/manualPorts/openttd-git/Pkgfile index 592b0e1..ea8bee4 100644 --- a/manualPorts/openttd-git/Pkgfile +++ b/manualPorts/openttd-git/Pkgfile @@ -10,10 +10,11 @@ version=29779.8596b43b2 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 + chunnel.patch signaltunnel.patch sloped-stations.patch underground.patch @@ -44,6 +45,7 @@ build() { patch -p1 -i "$SRC/signaltunnel.patch" # patch -p1 -i "$SRC/sloped-stations.patch" # broken! patch -p1 -i "$SRC/underground.patch" # broken? + patch -p1 -i "$SRC/chunnel.patch" mkdir build cd build |