commit: 92b7e6c8b72ded7e357353209254a42a08b20ad0 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Fri Feb 9 23:18:58 2018 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Fri Feb 9 23:19:05 2018 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=92b7e6c8
qt5-build.eclass: fix install on prefix Bug: https://bugs.gentoo.org/646902 eclass/qt5-build.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 939a048d..1a20b3da 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -844,8 +844,8 @@ qt5_install_module_config() { # install also the original qconfig.pri [[ ${PN} == qtcore && ${QT5_MINOR_VERSION} -ge 9 ]] && ( insinto "${QT5_ARCHDATADIR#${EPREFIX}}"/mkspecs/gentoo - newins "${D}${QT5_ARCHDATADIR#${EPREFIX}}"/mkspecs/qconfig.pri qconfig-qtcore.pri - newins "${D}${QT5_ARCHDATADIR#${EPREFIX}}"/mkspecs/qmodule.pri qmodule-qtcore.pri + newins "${D}${QT5_ARCHDATADIR}"/mkspecs/qconfig.pri qconfig-qtcore.pri + newins "${D}${QT5_ARCHDATADIR}"/mkspecs/qmodule.pri qmodule-qtcore.pri ) }
