mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
apache-htpasswd: add manpage
fix for https://github.com/void-linux/void-packages/issues/22548
This commit is contained in:
parent
e9aa8dc793
commit
b1c2799c1a
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'apache'
|
||||
pkgname=apache
|
||||
version=2.4.43
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="httpd-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all
|
||||
|
@ -139,6 +139,7 @@ apache-htpasswd_package() {
|
|||
short_desc+=" - htpasswd"
|
||||
pkg_install() {
|
||||
vmove usr/bin/htpasswd
|
||||
vmove usr/share/man/man1/htpasswd.1
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue