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

Commit 160862f

Browse files
author
Matthias Koeppe
committed
m4/sage_spkg_collect.m4: Mention sagelib in the comment
1 parent 775b7f7 commit 160862f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

m4/sage_spkg_collect.m4

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,10 @@ for DIR in $SAGE_ROOT/build/pkgs/*; do
261261
# sage repository (and thus the release tarball). As a result,
262262
# we don't need to download the sources, which is what
263263
# "in_sdist" really means. At the time of this writing, the
264-
# only standard script package is sage_conf, and its source is
265-
# included under build/pkgs/sage_conf.
264+
# only standard script packages are sage_conf and sagelib.
265+
# The source of sage_conf is included under build/pkgs/sage_conf/src,
266+
# and the source of sagelib is provided by symlinks in
267+
# build/pkgs/sagelib/src.
266268
in_sdist=no
267269
else
268270
SPKG_SOURCE=normal

0 commit comments

Comments
 (0)