From 37624f9e567b1221bd8cbea9c2fbbd7d438900ec Mon Sep 17 00:00:00 2001 From: pcpa Date: Fri, 30 Dec 2016 10:08:28 -0500 Subject: [PATCH] Make jmol available (#1026751) --- sagemath.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sagemath.spec b/sagemath.spec index b0441de..90154a4 100644 --- a/sagemath.spec +++ b/sagemath.spec @@ -989,6 +989,7 @@ pushd src/bin mkdir -p $SAGE_LOCAL/bin cp -fa sage-* $SAGE_LOCAL/bin pushd $SAGE_LOCAL/bin + ln -sf %{_bindir}/jmol jmol ln -sf %{_bindir}/python sage.bin ln -sf %{_bindir}/python python %if %{without bundled_pari} @@ -1427,6 +1428,7 @@ exit 0 %if %{with bundled_pari} %{SAGE_LOCAL}/bin/gp* %endif +%{SAGE_LOCAL}/bin/jmol %if %{with bundled_ipython} %{SAGE_LOCAL}/bin/ip* %endif