aboutsummaryrefslogtreecommitdiffstats
path: root/community/kea-hook-runscript
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-12-17 14:08:52 +0100
committerJakub Jirutka <jakub@jirutka.cz>2019-12-17 14:07:46 +0100
commit8cefef913520db312cf770a820f209753de5491f (patch)
tree720f97995acd64a5d3db08670ad97ec55b999dfa /community/kea-hook-runscript
parent60716cdc084869afdd712cf217a48165f0678d39 (diff)
downloadaports-8cefef913520db312cf770a820f209753de5491f.tar.bz2
aports-8cefef913520db312cf770a820f209753de5491f.tar.xz
community/kea-hook-runscript: fix installation directory
Diffstat (limited to 'community/kea-hook-runscript')
-rw-r--r--community/kea-hook-runscript/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kea-hook-runscript/APKBUILD b/community/kea-hook-runscript/APKBUILD
index ae664c60a0..fc687b5bb9 100644
--- a/community/kea-hook-runscript/APKBUILD
+++ b/community/kea-hook-runscript/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Steve Holweg <skytep@gmail.com>
pkgname=kea-hook-runscript
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="This a hook for the Kea DHCP server that allows to run an external script."
url="https://github.com/zorun/kea-hook-runscript"
arch="all !armhf !armv7 !s390x" # limited by kea
@@ -16,7 +16,7 @@ build() {
}
package() {
- install -Dm755 kea-hook-runscript.so "$pkgdir"/usr/lib/hooks/kea-hook-runscript.so
+ install -Dm755 kea-hook-runscript.so "$pkgdir"/usr/lib/kea/hooks/kea-hook-runscript.so
}
sha512sums="048610f9c4388a9f00e550c139d2c90cd347ae516bc92e0d10082bf1c42ceb2be6857399919c36fe09faba67e3b6e8bd0bac09cf35e8899faafd5872fb276293 kea-hook-runscript-1.3.1.tar.gz"