sci-libs/poselib: Fixed prefix support

Signed-off-by: Mårten Wadenbäck <marten@wadenback.se>
This commit is contained in:
Mårten Wadenbäck
2025-06-26 17:55:15 +02:00
parent b4f70e8200
commit 0b0008a384

View File

@@ -34,7 +34,7 @@ src_install() {
cmake_src_install
if use benchmark; then
# As "benchmark" is a too generic name, let's make it more specific.
mv "${ED}/usr/bin/benchmark" "${D}/usr/bin/poselib-benchmark" \
mv "${ED}/usr/bin/benchmark" "${ED}/usr/bin/${PN}-benchmark" \
|| die "Failed to rename benchmark binary"
fi
}