summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7612923bd427..b4f1ccd86bd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Before maintainer: Todor Imreorov for github <blurymind@gmail.com>
pkgname=gdevelop-git
pkgver=20160529
-pkgrel=2
+pkgrel=3
pkgdesc="A full featured, open source game development software, allowing to create HTML5 and native games without knowing a programming language. All the game logic is made thanks to an intuitive and powerful event based system."
arch=('x86_64')
url=http://www.compilgames.net
@@ -27,7 +27,7 @@ build() {
package() {
cd "$srcdir"/GD
cd Binaries/build
- make install DESTDIR=
+ make install DESTDIR="$pkgdir"
#Remove sfml installed libs
rm -rf "$pkgdir"/usr/local
}