Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Put into mathjax subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Apr 7, 2022
1 parent 6da197e commit bd60742
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build/pkgs/mathjax3/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=mathjax-VERSION.tar.gz
sha1=60445ab91fdec88b5bff750e604adca1defe0019
md5=84145ea49e91b5317385705d37060c4e
cksum=3733185847
sha1=ed325638d807fac93e4b1b9d052e2a72164bbaba
md5=7a78a9e649f69a295ad11cb476857cd5
cksum=1951447424
4 changes: 2 additions & 2 deletions build/pkgs/mathjax3/spkg-src
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set -e

[ -n "${SAGE_ROOT}" ] || SAGE_ROOT="$(pwd)/../../../"


# determine latest version.
GIT_VERSION="$(curl https://github.com/mathjax/MathJax/releases | grep 'MathJax v' | head -1 | sed 's|^.*MathJax v||g' | sed 's/\s*$//g')"
echo "GIT_VERSION=$GIT_VERSION"
Expand All @@ -19,7 +18,8 @@ else
tar xzf "$UPSTREAM_SOURCE_TARBALL"
fi

mv MathJax-${GIT_VERSION}/es5 src
mkdir src
mv MathJax-${GIT_VERSION}/es5 src/mathjax
rm -r MathJax-${GIT_VERSION}

PACKAGE_VERSION=${GIT_VERSION}
Expand Down

0 comments on commit bd60742

Please sign in to comment.