diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2015-05-20 20:07:27 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-05-21 16:22:06 +0000 |
commit | 9d8dbfc776451e0783fb31c483cfdd254897c5d6 (patch) | |
tree | 2b2ef86fe3c2920fb9e1c057f70d049b1d0a60d3 /testing/runit | |
parent | 1cca145cd1288e4aead8286bc49430a66f26b2d0 (diff) | |
download | aports-9d8dbfc776451e0783fb31c483cfdd254897c5d6.tar.bz2 aports-9d8dbfc776451e0783fb31c483cfdd254897c5d6.tar.xz |
testing/runit: *revised* - add man pages
Please ignore the previous incorrect runit patch - this revised patch
packages the man pages correctly.
Diffstat (limited to 'testing/runit')
-rw-r--r-- | testing/runit/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/runit/APKBUILD b/testing/runit/APKBUILD index 3af912aea7..5872b0d527 100644 --- a/testing/runit/APKBUILD +++ b/testing/runit/APKBUILD @@ -11,7 +11,7 @@ depends="" depends_dev="" makedepends="$depends_dev" install="" -subpackages="" +subpackages="$pkgname-doc" source="http://smarden.org/runit/runit-$pkgver.tar.gz run-service-dir.patch " @@ -40,6 +40,8 @@ package() { for i in chpst runit runit-init runsv runsvchdir runsvdir sv svlogd utmpset; do install -m755 "$i" "$pkgdir"/sbin/$i || return 1 done + install -d "$pkgdir"/usr/share/man/man8 + cd .. && cp -rf man/* "$pkgdir"/usr/share/man/man8/ } md5sums="6c985fbfe3a34608eb3c53dc719172c4 runit-2.1.2.tar.gz |