File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ SAGE_SPKG_CONFIGURE_$(echo ${pkgname} | tr '[a-z]' '[A-Z]')"
79
79
if test -f " $DIR /spkg-install" ; then
80
80
SPKG_SOURCE=script
81
81
else
82
- # a dummy script package
82
+ # a dummy package
83
83
SPKG_SOURCE=none
84
84
fi
85
85
else
Original file line number Diff line number Diff line change @@ -653,7 +653,7 @@ $(1)-$(4)-no-deps:
653
653
touch "$$($(4 ) ) /$(SPKG_INST_RELDIR ) /$(1 ) -$(2 ) "; \
654
654
else ( \
655
655
echo; \
656
- echo "Note: $(1 ) is a dummy script package that the Sage distribution uses"; \
656
+ echo "Note: $(1 ) is a dummy package that the Sage distribution uses"; \
657
657
echo "to provide information about equivalent system packages."; \
658
658
echo "It cannot be installed using the Sage distribution."; \
659
659
echo "Please install it manually, for example using the system packages"; \
@@ -662,7 +662,7 @@ $(1)-$(4)-no-deps:
662
662
echo; \
663
663
$$(SAGE_ROOT ) /build/bin/sage-spkg-info $(1 ) ; \
664
664
echo; \
665
- echo "Error: $(1 ) is a dummy script package and "; \
665
+ echo "Error: $(1 ) is a dummy package and "; \
666
666
echo "cannot be installed using the Sage distribution." ) | sage-logger -p 'cat; exit 1' '$$(SAGE_LOGS ) /$(1 ) -$(2 ) .log'; \
667
667
fi
668
668
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ _sagemath: Downstream package of Sage in distributions
4
4
SageMath is available from various distributions and can be installed
5
5
by package managers.
6
6
7
- This dummy script package records the names of the packages that
7
+ This dummy package records the names of the system packages that
8
8
should be installed to provide a standard installation of SageMath,
9
9
including documentation and Jupyter.
10
10
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ AC_DEFUN([SAGE_SPKG_FINALIZE], [dnl
172
172
m4_case ( SPKG_SOURCE ,
173
173
[ normal] , [ dnl
174
174
m4_define ( [ in_sdist] , [ yes] ) dnl
175
- ] , [ dnl pip/script/none (dummy script package)
175
+ ] , [ dnl pip/script/none (dummy package)
176
176
dnl Since pip packages are downloaded and installed by pip, we do not
177
177
dnl include them in the source tarball. At the time of this writing,
178
178
dnl all pip packages are optional.
You can’t perform that action at this time.
0 commit comments