aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2016-08-03 14:09:44 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2016-08-03 14:09:44 +0200
commit21fd3fe527bf9b0fe6572dfd2e43cf02f382e82d (patch)
treec174370448dd0b72807e78472ce84b2f5ec0b12e
parent089d2a8d46a043f78dabbdaab615dbd98b7f1650 (diff)
downloadaports-21fd3fe527bf9b0fe6572dfd2e43cf02f382e82d.tar.bz2
aports-21fd3fe527bf9b0fe6572dfd2e43cf02f382e82d.tar.xz
testing/cjdns: move the binary to /usr/sbin
-rw-r--r--testing/cjdns/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/cjdns/APKBUILD b/testing/cjdns/APKBUILD
index 57adae4d4d..6f0b761099 100644
--- a/testing/cjdns/APKBUILD
+++ b/testing/cjdns/APKBUILD
@@ -2,7 +2,7 @@
pkgname=cjdns
pkgver=17.4
-pkgrel=0
+pkgrel=1
pkgdesc='A routing engine designed for security, scalability, speed and ease of use'
url='https://github.com/cjdelisle/cjdns'
arch='x86_64 armhf'
@@ -22,7 +22,7 @@ build() {
package() {
cd "$builddir"
- install -Dm755 cjdroute "$pkgdir/usr/bin/cjdroute"
+ install -Dm755 cjdroute "$pkgdir/usr/sbin/cjdroute"
install -Dm755 contrib/openrc/cjdns "$pkgdir/etc/init.d/cjdns"
install -Dm644 doc/man/cjdroute.conf.5 \