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

Commit c1bf356

Browse files
author
Matthias Koeppe
committed
m4/sage_spkg_collect.m4: Fix up in_sdist logic
1 parent 2fabcf9 commit c1bf356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

m4/sage_spkg_collect.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ for DIR in $SAGE_ROOT/build/pkgs/*; do
144144
SPKG_NAME=$(basename $DIR)
145145
SPKG_VERSION=$(newest_version $SPKG_NAME)
146146
147-
in_sdist=no
147+
in_sdist=yes
148148
149149
dnl Determine package source
150150
dnl
@@ -221,9 +221,9 @@ for DIR in $SAGE_ROOT/build/pkgs/*; do
221221
222222
case "$SPKG_TYPE" in
223223
standard)
224-
in_sdist=yes
225224
;;
226225
optional|experimental)
226+
in_sdist=no
227227
uninstall_message=", use \"$srcdir/configure --disable-$SPKG_NAME\" to uninstall"
228228
stampfile=""
229229
for f in "$SAGE_SPKG_INST/$SPKG_NAME"-*; do

0 commit comments

Comments
 (0)