makedeb


opensurge 0.6.1.2-0


Open Surge is a fun 2D retro platformer inspired by Sonic games, and a game creation system.

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

Commit:


Hash: 21d55d9b237cf339faaa912baac6772d43cb2661

Message: Fix install directory

Diff


diff --git a/.SRCINFO b/.SRCINFO
index d6cea93..6fa649a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = opensurge
 	pkgdesc = Open Surge is a fun 2D retro platformer inspired by Sonic games, and a game creation system.
 	pkgver = 0.5.2
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/alemart/opensurge
 	arch = i686
 	arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c5a8285..f4beba5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=opensurge
 pkgver=0.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Open Surge is a fun 2D retro platformer inspired by Sonic games, and a game creation system.'
 arch=('i686' 'x86_64')
 url="https://github.com/alemart/opensurge"
@@ -17,7 +17,7 @@ build() {
 
   mkdir build && cd build
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin ..
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DGAME_BINDIR=/usr/bin ..
   make
 }