mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/pycairo: Fix double prefix in pkg-config install
Closes: https://bugs.gentoo.org/915981 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -58,7 +58,7 @@ python_install() {
|
||||
# we need to pass --root via install command, sigh
|
||||
cat > "${T}/distutils-extra.cfg" <<-EOF || die
|
||||
[install]
|
||||
root = ${ED}
|
||||
root = ${D}
|
||||
EOF
|
||||
local -x DIST_EXTRA_CONFIG=${T}/distutils-extra.cfg
|
||||
esetup.py \
|
||||
|
||||
Reference in New Issue
Block a user