~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Details
Message ID
<1443037400-16750-1-git-send-email-soeren+git@soeren-tempel.net>
Sender timestamp
1443037400
DKIM signature
missing
Download raw message
Patch: +4 -1
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
---
Reply to thread Export thread (mbox)