summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Rebelo2021-02-07 13:47:47 +0000
committerJosé Rebelo2021-02-07 13:47:47 +0000
commit21d55d9b237cf339faaa912baac6772d43cb2661 (patch)
tree60d79015e4b7f0ee4141e182818d520a416be4ef
parent8490f2b312ab4497ad4e93064d03e0ac052de59c (diff)
downloadaur-21d55d9b237cf339faaa912baac6772d43cb2661.tar.gz
Fix install directory
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6cea93b7d66..6fa649a9daeb 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 c5a828544f16..f4beba56a1a2 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
}