aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"