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

Commit

Permalink
Added activate_matlab.sh to symlinked binaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaserdem committed Jan 26, 2021
1 parent df3f636 commit 960bee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ release='r2020b'
instdir="/opt/tmw/${name}-${release}"
pkgname=matlab
pkgver=9.9.0.1467703
pkgrel=2
pkgrel=3
pkgdesc='A high-level language for numerical computation and visualization'
arch=('x86_64')
url='http://www.mathworks.com'
Expand Down Expand Up @@ -213,7 +213,7 @@ package() {

# Symlink executables'
install -d -m755 "${pkgdir}/usr/bin/"
for _executable in deploytool matlab mbuild; do
for _executable in deploytool matlab mbuild activate_matlab.sh; do
ln -s "${instdir}/bin/${_executable}" "${pkgdir}/usr/bin/${_executable}"
done
# This would otherwise conflict with mixtex
Expand Down

0 comments on commit 960bee3

Please sign in to comment.