mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
sci-libs/poselib: Fixed prefix support
Signed-off-by: Mårten Wadenbäck <marten@wadenback.se>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user