mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
dev-libs/unordered_dense: fix cmake module install path
Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
@@ -35,3 +35,11 @@ src_configure() {
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
# fix cmake module file install path
|
||||
mkdir -p "${D}"/usr/"$(get_libdir)"/cmake/"${PN}" || die
|
||||
mv "${D}"/usr/share/${PN}/cmake/* "${D}"/usr/"$(get_libdir)"/cmake/"${PN}"/ || die
|
||||
rm -r "${D}"/usr/share/${PN} || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user