diff --git a/recipe/install-core.sh b/recipe/install-core.sh index a685486..7e6e5ac 100644 --- a/recipe/install-core.sh +++ b/recipe/install-core.sh @@ -34,3 +34,5 @@ do echo "GAP_PKG_NAME: $GAP_PKG_NAME" mv $GAP_PKG_NAME $INSTALL_DIR/pkg/$GAP_PKG_NAME done + +rm $INSTALL_DIR/pkg/agt/doc/mathjax diff --git a/recipe/install-defaults.sh b/recipe/install-defaults.sh index b8e281d..8a72896 100644 --- a/recipe/install-defaults.sh +++ b/recipe/install-defaults.sh @@ -35,4 +35,3 @@ for pkg in atlasrep \ done popd - diff --git a/recipe/install-full.sh b/recipe/install-full.sh index 8b3e73a..22ae8a9 100644 --- a/recipe/install-full.sh +++ b/recipe/install-full.sh @@ -31,5 +31,3 @@ cp $RECIPE_DIR/gap-mode.json etc/ python -m pip install . --no-deps rm -rf $SP_DIR/gap_jupyter-* popd - -rm $INSTALL_DIR/pkg/agt/doc/mathjax