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

Commit 8ee7ee2

Browse files
author
Matthias Koeppe
committed
build/make/install: Set SAGE_SPKG_WHEELS also here so that script packages still work
1 parent be2417c commit 8ee7ee2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/make/install

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ export SAGE_SHARE="$SAGE_LOCAL/share"
1919
export SAGE_PKGCONFIG="$SAGE_LOCAL/lib/pkgconfig"
2020
export SAGE_LOGS="$SAGE_ROOT/logs/pkgs"
2121
export SAGE_SPKG_INST="$SAGE_LOCAL/var/lib/sage/installed"
22+
# Following line is duplicated here from build/bin/sage-spkg.
23+
# because the setting is also needed by some script packages.
24+
# The line here will be removed in #29386 (install script packages
25+
# via sage-spkg).
26+
export SAGE_SPKG_WHEELS="$SAGE_LOCAL/var/lib/sage/wheels"
2227

2328
if [ -z "${SAGE_ORIG_PATH_SET}" ]; then
2429
SAGE_ORIG_PATH=$PATH && export SAGE_ORIG_PATH

0 commit comments

Comments
 (0)