aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2013-10-22 19:03:48 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:25:00 +0200
commit8e3984f247f619f248c69fa1c38684adf1bca724 (patch)
tree1ef0a79962c239ed53e8dbb7a3df592f9ca60a82
parent9dfe79e089b43d8bd61bfb0a69814ade69826dd1 (diff)
downloadpkgbuilds-8e3984f247f619f248c69fa1c38684adf1bca724.tar.xz
Redid install invocations
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9757f0a..ce2e5f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,7 @@ md5sums=('bda07a9d91a9dd8538d9a7a26562de69'
'808282b4d6cf58dacf16fae6068bd030')
package() {
- install -Dd "$pkgdir"/opt/OpenHexagon1.92
- cp -r OpenHexagon1.92/ "$pkgdir"/opt/
+ install -D OpenHexagon1.92 "$pkgdir"/opt/OpenHexagon1.92
install -Dd "$pkgdir"/usr/bin
ln -s /opt/OpenHexagon1.92/OpenHexagon "$pkgdir"/usr/bin/openhexagon
@@ -26,7 +25,7 @@ package() {
# Need world writeable Profiles for creating profiles and config for... config
chmod 777 "$pkgdir"/opt/OpenHexagon1.92/{Profiles,config.json}
- install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
# vim: set ts=4 sw=4 noet: