mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-fs/dosfstools: add ${EPREFIX} to econf --docdir argument
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -33,7 +33,7 @@ src_prepare() {
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--docdir=/usr/share/doc/${PF} \
|
||||
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
|
||||
$(use_enable compat compat-symlinks) \
|
||||
$(use_with udev)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user