From b05090e21a9d0178698e10d803a637df7b14e4fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Ba=C5=9Ferdem?= Date: Tue, 29 Sep 2020 17:41:52 -0400 Subject: [PATCH] Resolved conflict with mathematica --- PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 540cc45..b6a40eb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -180,11 +180,13 @@ package() { # Symlink executables' install -d -m755 "${pkgdir}/usr/bin/" - for _executable in deploytool matlab mbuild mcc; do + for _executable in deploytool matlab mbuild; do ln -s "${instdir}/bin/${_executable}" "${pkgdir}/usr/bin/${_executable}" done # This would otherwise conflict with mixtex ln -s "${instdir}/bin/mex" "${pkgdir}/usr/bin/mex-${pkgname}" + # This would otherwise conflict with mathematica + ln -s "${instdir}/bin/mcc" "${pkgdir}/usr/bin/mcc-${pkgname}" # Why is this in this directory, I wonder... ln -s "${instdir}/bin/glnxa64/mlint" "${pkgdir}/usr/bin/mlint"