diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2013-10-22 19:20:59 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:25:11 +0200 |
commit | 498f6ee739a909f24b1aec3c65b87da8b2ff9f67 (patch) | |
tree | e8afd52f24c859e82e580f371ad3aa1d10613995 | |
parent | 8e3984f247f619f248c69fa1c38684adf1bca724 (diff) | |
download | pkgbuilds-498f6ee739a909f24b1aec3c65b87da8b2ff9f67.tar.xz |
openhexagon: fix package
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 4 insertions, 3 deletions
@@ -1,5 +1,5 @@ # Generated by makepkg 4.2.1 -# Mon Jun 1 13:54:14 UTC 2015 +# Mon Jun 1 13:54:15 UTC 2015 pkgbase = openhexagon pkgdesc = C++ open source clone of Super Hexagon. (binary) pkgver = 1.92 @@ -17,9 +17,10 @@ md5sums=('bda07a9d91a9dd8538d9a7a26562de69' '808282b4d6cf58dacf16fae6068bd030') package() { - install -D OpenHexagon1.92 "$pkgdir"/opt/OpenHexagon1.92 + install -d "$pkgdir"/opt/OpenHexagon1.92 + cp -r OpenHexagon1.92 "$pkgdir"/opt/ - install -Dd "$pkgdir"/usr/bin + install -d "$pkgdir"/usr/bin ln -s /opt/OpenHexagon1.92/OpenHexagon "$pkgdir"/usr/bin/openhexagon # Need world writeable Profiles for creating profiles and config for... config |