summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1ea4100d752..795c4768788d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=zelda-roth-se
pkgver=1.0.7
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Zelda : Return of the Hylian solarus edition."
arch=('any')
@@ -26,7 +26,6 @@ md5sums=('5d2b9084da435c4efe673cafa8aa4f64')
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
}