summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDennis Stengele2017-02-25 14:25:11 +0100
committerDennis Stengele2017-02-25 14:25:11 +0100
commitbb8b26e280646b196a19c004b8b0ed30b6ae7108 (patch)
tree3409e3f266ec4d22ecf6701563ffd84b48fcee2b /PKGBUILD
parent4d724eec4e17a7bda340c8acea0b949f1a1e1712 (diff)
downloadaur-bb8b26e280646b196a19c004b8b0ed30b6ae7108.tar.gz
Fix missing directory creation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4511a7c105bc..410beef2a5dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=beehive
pkgver=0.2
-pkgrel=5
+pkgrel=6
pkgdesc="A flexible event and agent system with lots of bees"
arch=('x86_64' 'i686')
url="https://github.com/muesli/beehive"
@@ -43,6 +43,7 @@ package() {
install -Dm644 beehive.service "$pkgdir/usr/lib/systemd/system/beehive.service"
# Copy webinterface files
+ install -dm755 "$pkgdir/usr/share/webapps/beehive/config"
cp -r beehive-admin-dist-e9e9a1124cf2d936e022be2371c6a5dd31f3a294/* "$pkgdir/usr/share/webapps/beehive/config"
}