summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorg Schlisio2016-05-19 14:46:38 +0200
committerGeorg Schlisio2016-05-19 14:46:38 +0200
commit1fa3ca70695071e415568839f4cee1eb64cdb71c (patch)
treea23c1884f0eb7cc70aeff57c6d65126d107adb35 /PKGBUILD
parent12f574e86da3f78aaa995891a84c968e3324a297 (diff)
downloadaur-1fa3ca70695071e415568839f4cee1eb64cdb71c.tar.gz
fixed starter
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f425a96a0a4f..a923c4cc1e48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: fordprefect <fordprefect@dukun.de>
pkgname=humanresourcemachine
pkgver=2016.03.23
-pkgrel=1
+pkgrel=2
pkgdesc="Assembler programming puzzle game by the makers of WorldOfGoo - game sold separately"
url="http://tomorrowcorporation.com/humanresourcemachine"
arch=('i686' 'x86_64')
@@ -35,7 +35,7 @@ package() {
cat >> "${pkgdir}/usr/bin/humanresourcemachine" << \here
#!/usr/bin/bash
cd /opt/humanresourcemachine
-HumanResourceMachine.bin
+./HumanResourceMachine.bin
here
chmod a+x "${pkgdir}/usr/bin/humanresourcemachine"
}