mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
net-misc/ntpsec: fix doc install paths
Closes: https://bugs.gentoo.org/980749 Signed-off-by: Brett A C Sheffield <bacs@librecast.net> Part-of: https://codeberg.org/gentoo/gentoo/pulls/1656 Merges: https://codeberg.org/gentoo/gentoo/pulls/1656 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
96e546288a
commit
8b29953a00
@@ -118,8 +118,8 @@ src_configure() {
|
||||
CLOCKSTRING="`echo ${string_127}|sed 's|,$||'`"
|
||||
|
||||
myconf=(
|
||||
--docdir="/use/share/docs/${PF}"
|
||||
--htmldir="/use/share/docs/${PF}/html"
|
||||
--docdir="${EPREFIX}/usr/share/docs/${PF}"
|
||||
--htmldir="${EPREFIX}/usr/share/docs/${PF}/html"
|
||||
--nopyc
|
||||
--nopyo
|
||||
--notests
|
||||
|
||||
Reference in New Issue
Block a user