Skip to content
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
Resolved conflict with mathematica
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaserdem committed Sep 29, 2020
1 parent b4a0928 commit b05090e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit b05090e

Please sign in to comment.