sys-block/thin-provisioning-tools: Use new cargo_target_dir helper

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2024-06-13 22:31:54 +01:00
parent 73aef61ba8
commit 39c6896561
2 changed files with 2 additions and 2 deletions

View File

@@ -175,7 +175,7 @@ src_install() {
emake \
DESTDIR="${D}" \
DATADIR="${ED}/usr/share" \
PDATA_TOOLS="target/$(usex debug debug release)/pdata_tools" \
PDATA_TOOLS="$(cargo_target_dir)/pdata_tools" \
install
einstalldocs

View File

@@ -175,7 +175,7 @@ src_install() {
emake \
DESTDIR="${D}" \
DATADIR="${ED}/usr/share" \
PDATA_TOOLS="target/$(usex debug debug release)/pdata_tools" \
PDATA_TOOLS="$(cargo_target_dir)/pdata_tools" \
install
einstalldocs