summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabien JUIF2016-03-16 20:46:19 +0100
committerFabien JUIF2016-03-16 20:46:19 +0100
commit2e0e5e8c92e1784b166fbd9a70d95230ded62f8e (patch)
tree293362a5d2aaae2b40bcdf8e638a26111d6e8811 /PKGBUILD
parent506c762609644738cbfcd44b5440f91f06a869d7 (diff)
downloadaur-2e0e5e8c92e1784b166fbd9a70d95230ded62f8e.tar.gz
Fix symlink
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdf065c1da0e..270aa695d7a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabien JUIF <fabien.juif@gmail.com>
pkgname=superpowers
pkgver=0.19.0
-pkgrel=1
+pkgrel=2
pkgdesc="2D+3D game making for indies."
arch=('x86_64')
url="http://superpowers-html5.com/"
@@ -15,7 +15,7 @@ package() {
mkdir -p "${pkgdir}/usr/bin"
cp -R "${srcdir}/${pkgname}-${pkgver}-linux-x64" "${pkgdir}/opt/${pkgname}"
- ln -s "${pkgdir}/opt/${pkgname}/Superpowers" "${pkgdir}/usr/bin/${pkgname}"
+ ln -s "/opt/${pkgname}/Superpowers" "${pkgdir}/usr/bin/${pkgname}"
# Fix permissions
find "${pkgdir}/opt/${pkgname}" -type d -exec chmod 755 '{}' +