mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
s6-networking: add s6-networking-man-pages to -doc dependencies.
This commit is contained in:
parent
de12c78e21
commit
ee33337c9e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 's6-networking'
|
# Template file for 's6-networking'
|
||||||
pkgname=s6-networking
|
pkgname=s6-networking
|
||||||
version=2.4.0.0
|
version=2.4.0.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--libdir=/usr/lib $(vopt_if libressl --enable-ssl=libressl)
|
configure_args="--libdir=/usr/lib $(vopt_if libressl --enable-ssl=libressl)
|
||||||
$(vopt_if bearssl --enable-ssl=bearssl)
|
$(vopt_if bearssl --enable-ssl=bearssl)
|
||||||
|
@ -38,7 +38,7 @@ post_install() {
|
||||||
|
|
||||||
s6-networking-doc_package() {
|
s6-networking-doc_package() {
|
||||||
short_desc+=" - documentation"
|
short_desc+=" - documentation"
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision} s6-networking-man-pages"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/doc
|
vmove usr/share/doc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue