From b1c2799c1a3b15bd7aa25462e65c5df9975482f6 Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 3 Jun 2020 19:17:18 +0200 Subject: [PATCH] apache-htpasswd: add manpage fix for https://github.com/void-linux/void-packages/issues/22548 --- srcpkgs/apache/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/apache/template b/srcpkgs/apache/template index fcd6675e987..56b4539ea83 100644 --- a/srcpkgs/apache/template +++ b/srcpkgs/apache/template @@ -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 } }