aboutsummaryrefslogtreecommitdiff
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
parent60716cdc084869afdd712cf217a48165f0678d39 (diff)
downloadalpine_aports-8cefef913520db312cf770a820f209753de5491f.tar.bz2
alpine_aports-8cefef913520db312cf770a820f209753de5491f.tar.xz
alpine_aports-8cefef913520db312cf770a820f209753de5491f.zip
community/kea-hook-runscript: fix installation directory
-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 @@
1# Maintainer: Steve Holweg <skytep@gmail.com> 1# Maintainer: Steve Holweg <skytep@gmail.com>
2pkgname=kea-hook-runscript 2pkgname=kea-hook-runscript
3pkgver=1.3.1 3pkgver=1.3.1
4pkgrel=1 4pkgrel=2
5pkgdesc="This a hook for the Kea DHCP server that allows to run an external script." 5pkgdesc="This a hook for the Kea DHCP server that allows to run an external script."
6url="https://github.com/zorun/kea-hook-runscript" 6url="https://github.com/zorun/kea-hook-runscript"
7arch="all !armhf !armv7 !s390x" # limited by kea 7arch="all !armhf !armv7 !s390x" # limited by kea
@@ -16,7 +16,7 @@ build() {
16} 16}
17 17
18package() { 18package() {
19 install -Dm755 kea-hook-runscript.so "$pkgdir"/usr/lib/hooks/kea-hook-runscript.so 19 install -Dm755 kea-hook-runscript.so "$pkgdir"/usr/lib/kea/hooks/kea-hook-runscript.so
20} 20}
21 21
22sha512sums="048610f9c4388a9f00e550c139d2c90cd347ae516bc92e0d10082bf1c42ceb2be6857399919c36fe09faba67e3b6e8bd0bac09cf35e8899faafd5872fb276293 kea-hook-runscript-1.3.1.tar.gz" 22sha512sums="048610f9c4388a9f00e550c139d2c90cd347ae516bc92e0d10082bf1c42ceb2be6857399919c36fe09faba67e3b6e8bd0bac09cf35e8899faafd5872fb276293 kea-hook-runscript-1.3.1.tar.gz"