~alpine/aports

main/sudo: fix installation of man pages v1 PROPOSED

Sören Tempel: 1
 main/sudo: fix installation of man pages

 1 files changed, 4 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1251/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/sudo: fix installation of man pages Export this patch

Before this commit man pages where installed to /usr/share/man/cat[0-8]
and didn't use mdoc macros.
---
 main/sudo/APKBUILD | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/main/sudo/APKBUILD b/main/sudo/APKBUILD
index f94ee5c..3d19c02 100644
--- a/main/sudo/APKBUILD
+++ b/main/sudo/APKBUILD
@@ -7,7 +7,7 @@ if [ "${pkgver%_*}" != "$pkgver" ]; then
else
	_realver=$pkgver
fi
pkgrel=0
pkgrel=1
pkgdesc="Give certain users the ability to run some commands as root"
url="http://www.sudo.ws/sudo/"
arch="all"
@@ -39,7 +39,10 @@ build() {
		--host=$CHOST \
		--prefix=/usr \
		--libexecdir=/usr/lib \
		--mandir=/usr/share/man \
		--with-env-editor \
		--with-man \
		--with-mdoc \
		--without-pam \
		--without-skey \
		--with-passprompt="[sudo] password for %p: " \
-- 
2.5.3



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---