makedeb


zsxd 1.12.2-1


Zelda: Mystery of Solarus XD - an open-source parodic fangame

Click here to go back to the commit logs for zsxd.

Commit:


Hash: df03dad4ad0ab7d3b30bc438de47d1d42bfb6d96

Message: Upstream bug in the zsxd script is still present. Putting the sed back

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 5906be4..ac8628f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = zsxd
 	pkgdesc = Free and opensource, amateur Zelda game with humoristic characters.
 	pkgver = 1.10.2
-	pkgrel = 4
+	pkgrel = 5
 	url = http://www.zelda-solarus.com/
 	arch = any
 	license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 8d85675..1dbace9 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
 }