summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d8567515351..1dbace943f76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=zsxd
pkgver=1.10.2
-pkgrel=4
+pkgrel=5
epoch=
pkgdesc="Free and opensource, amateur Zelda game with humoristic characters."
arch=('any')
@@ -29,6 +29,7 @@ md5sums=('5221e9741fe6a06bf12ff23ceb5021b0')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ sed -i "s/echo 'solarus /echo 'solarus_run /" CMakeLists.txt
cmake -D CMAKE_INSTALL_PREFIX="/usr" -D CMAKE_BUILD_TYPE=Release .
make
}