File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ sdh_store_and_pip_install_wheel() {
376
376
if [ -n " ${SAGE_PKG_DIR} " ]; then
377
377
# Record name of installed distribution name for uninstallation.
378
378
wheel=${wheel##*/ }
379
- echo " ${wheel%% -* } " >> ${SAGE_PKG_DIR} /spkg-piprm- requirements.txt
379
+ echo " ${wheel%% -* } " >> ${SAGE_PKG_DIR} /spkg-requirements.txt
380
380
fi
381
381
}
382
382
Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ WRAPPED_SCRIPTS="build install check preinst postinst $INSTALLED_SCRIPTS"
548
548
549
549
# Prepare script for uninstallation of packages that use sdh_pip_install
550
550
# or sdh_store_and_pip_install_wheel.
551
- echo ' sdh_pip_uninstall -r $SAGE_SPKG_SCRIPTS/$PKG_BASE/spkg-piprm- requirements.txt' > spkg-piprm.in
551
+ echo ' sdh_pip_uninstall -r $SAGE_SPKG_SCRIPTS/$PKG_BASE/spkg-requirements.txt' > spkg-piprm.in
552
552
553
553
for script in $WRAPPED_SCRIPTS ; do
554
554
# 'Installed' scripts are not run immediately out of the package build
@@ -722,7 +722,7 @@ unset SAGE_DESTDIR_LOCAL
722
722
# removed by sage-spkg-uninstall
723
723
INSTALLED_SCRIPTS_DEST=" $SAGE_SPKG_SCRIPTS /$PKG_BASE "
724
724
725
- if [ -f spkg-piprm- requirements.txt ]; then
725
+ if [ -f spkg-requirements.txt ]; then
726
726
INSTALLED_SCRIPTS=" $INSTALLED_SCRIPTS piprm-requirements.txt"
727
727
else
728
728
# No packages to uninstall with pip, so remove the prepared uninstall script
You can’t perform that action at this time.
0 commit comments