diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-08 17:22:51 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-08 17:22:51 +0100 |
commit | 54d05040856bfea67164d2e571c66feb4e069e59 (patch) | |
tree | 97c793b11f90425acc34ffc27114c9267defddb6 /community/kea | |
parent | fb7510aebee1118a7dc0932ae200372e12e0beb0 (diff) | |
download | aports-54d05040856bfea67164d2e571c66feb4e069e59.tar.bz2 aports-54d05040856bfea67164d2e571c66feb4e069e59.tar.xz |
community/kea: fix dev split function
Diffstat (limited to 'community/kea')
-rw-r--r-- | community/kea/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kea/APKBUILD b/community/kea/APKBUILD index ba5b8cc509..cd00a7b137 100644 --- a/community/kea/APKBUILD +++ b/community/kea/APKBUILD @@ -108,7 +108,7 @@ package() { dev() { default_dev - amove ./usr/sbin/kea-msg-compiler + amove ./usr/bin/kea-msg-compiler } admin() { |