diff options
author | François Bissey <frp.bissey@gmail.com> | 2023-06-19 14:05:37 +1200 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-06-19 20:01:21 -0400 |
commit | 4a388d1557db5e971ead78aed1f1c67db4a3e3f2 (patch) | |
tree | f03df105180d4bf87d79896f386d17534b832b68 /sci-libs/ldl | |
parent | sci-libs/ccolamd: add requested improvements from review (diff) | |
download | gentoo-4a388d1557db5e971ead78aed1f1c67db4a3e3f2.tar.gz gentoo-4a388d1557db5e971ead78aed1f1c67db4a3e3f2.tar.bz2 gentoo-4a388d1557db5e971ead78aed1f1c67db4a3e3f2.zip |
sci-libs/ldl: more improvements from review
Signed-off-by: François Bissey <frp.bissey@gmail.com>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs/ldl')
-rw-r--r-- | sci-libs/ldl/ldl-3.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |