From 0d742686b74283ac63e0274dea4903a3ca7967c2 Mon Sep 17 00:00:00 2001 From: "Andreas K. Huettel" Date: Sun, 16 Feb 2020 20:33:52 +0100 Subject: sci-mathematics/mathematica: Fix dosym parameters Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas K. Huettel --- sci-mathematics/mathematica/mathematica-10.3.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/mathematica/mathematica-10.3.1-r1.ebuild b/sci-mathematics/mathematica/mathematica-10.3.1-r1.ebuild index 7b1b18a..868818d 100644 --- a/sci-mathematics/mathematica/mathematica-10.3.1-r1.ebuild +++ b/sci-mathematics/mathematica/mathematica-10.3.1-r1.ebuild @@ -56,7 +56,7 @@ src_install() { done insinto /opt/bin for name in ${M_BINARIES} ; do - dosym ../../usr/bin/${name} ${name} + dosym ${name} ../../usr/bin/${name} done # fix some embedded paths and install desktop files -- cgit v1.2.3-65-gdbad