commit:     8a6ab9e25e10cd62bfb51b8ff5474bcb2f8533ca
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 20 13:41:46 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Feb 20 13:41:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a6ab9e2

media-gfx/openvdb: add missing die after ln command on 11.0.0

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-gfx/openvdb/openvdb-11.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/openvdb/openvdb-11.0.0.ebuild 
b/media-gfx/openvdb/openvdb-11.0.0.ebuild
index 23252c26a1f2..056d464f7218 100644
--- a/media-gfx/openvdb/openvdb-11.0.0.ebuild
+++ b/media-gfx/openvdb/openvdb-11.0.0.ebuild
@@ -336,7 +336,7 @@ my_src_test() {
        [[ "${MULTIBUILD_VARIANT}" != "test" ]] && return
 
        if use ax; then
-               ln -sr "${CMAKE_USE_DIR}/openvdb_ax/openvdb_ax/test" 
"${BUILD_DIR}/test"
+               ln -sr "${CMAKE_USE_DIR}/openvdb_ax/openvdb_ax/test" 
"${BUILD_DIR}/test" || die
        fi
 
        if use cuda; then

Reply via email to