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

Commit

Permalink
build/pkgs/sagelib/spkg-install: Fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jun 12, 2022
1 parent 3fcce86 commit e802edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/sagelib/spkg-install
Expand Up @@ -54,7 +54,7 @@ else
(cd "$SITEPACKAGESDIR" && rm -f sagemath-standard.egg-link)
time python3 -u setup.py --no-user-cfg install || exit 1
# Run the installation cleaner (no longer part of the sagemath-standard install procedure.)
BUILD_BASE=$(cd src && pwd)/build
BUILD_BASE=$(pwd)/build
(cd ../install-cleaner && python3 -u setup.py --no-user-cfg build --build-base=$BUILD_BASE install)
fi

Expand Down

0 comments on commit e802edd

Please sign in to comment.