From 4a388d1557db5e971ead78aed1f1c67db4a3e3f2 Mon Sep 17 00:00:00 2001 From: François Bissey Date: Mon, 19 Jun 2023 14:05:37 +1200 Subject: sci-libs/ldl: more improvements from review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Bissey Signed-off-by: Michael Orlitzky --- sci-libs/ldl/ldl-3.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci-libs/ldl') diff --git a/sci-libs/ldl/ldl-3.0.3.ebuild b/sci-libs/ldl/ldl-3.0.3.ebuild index 62ae3a537f5f..28b394008845 100644 --- a/sci-libs/ldl/ldl-3.0.3.ebuild +++ b/sci-libs/ldl/ldl-3.0.3.ebuild @@ -34,7 +34,7 @@ multilib_src_configure() { multilib_src_test() { # Some programs assume that they can access the Matrix folder in ${S} - ln -s "${S}/Matrix" + ln -s "${S}/Matrix" || die "cannot link to the Matrix folder" # Run demo files local demofiles=( ldlsimple -- cgit v1.2.3-65-gdbad