From 36355597ce65d9eb0417e4c6445e2df4566e53bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Wed, 23 Sep 2015 21:43:20 +0200 Subject: main/sudo: fix installation of man pages 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(-) (limited to 'main/sudo/APKBUILD') diff --git a/main/sudo/APKBUILD b/main/sudo/APKBUILD index f94ee5cd05..3d19c02b6a 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: " \ -- cgit v1.2.3