summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Slagle2016-05-27 15:51:45 -0700
committerKevin Slagle2016-05-27 15:51:45 -0700
commit6a0c825eb9cd0185c6bd8d5957b8076caeb1080f (patch)
treec0ae8e7458cbd01e71cf75184de7a245fc03b05b
parent2c2bb2cbfa02df02c4a6f96f1e052053689075b8 (diff)
downloadaur-6a0c825eb9cd0185c6bd8d5957b8076caeb1080f.tar.gz
add Wolfram Language symbolic links
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 748281ee1405..46d93b341f0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Fri May 27 22:51:00 UTC 2016
pkgbase = mathematica
pkgdesc = A computational software program used in scientific, engineering, and mathematical fields and other areas of technical computing.
pkgver = 10.4.1
diff --git a/PKGBUILD b/PKGBUILD
index 462649c6609d..bb8d99181b9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,6 +4,7 @@
# Contributor: Anish Tondwalkar <anish@tjhsst.edu>
# Contributor: Ghost91 <m_graeb11@cs.uni-kl.de>
# Contributor: teratomata <teratomat@gmail.com>
+# Contributor: Joshua Ellis <josh@jpellis.me>
pkgname=mathematica
pkgver=10.4.1
@@ -46,10 +47,14 @@ package() {
ln -s /opt/Mathematica/Executables/Mathematica
ln -s /opt/Mathematica/Executables/mcc
ln -s /opt/Mathematica/Executables/MathKernel
+ ln -s /opt/Mathematica/Executables/wolfram
+ ln -s /opt/Mathematica/Executables/WolframKernel
if [ "${CARCH}" = "x86_64" ]; then
ln -s /opt/Mathematica/SystemFiles/Kernel/Binaries/Linux-x86-64/MathematicaScript
+ ln -s /opt/Mathematica/SystemFiles/Kernel/Binaries/Linux-x86-64/WolframScript
else
ln -s /opt/Mathematica/SystemFiles/Kernel/Binaries/Linux/MathematicaScript
+ ln -s /opt/Mathematica/SystemFiles/Kernel/Binaries/Linux/WolframScript
fi
echo "Copying menu and mimetype information..."