File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -323,8 +323,14 @@ sdh_store_wheel() {
323
323
wheel_basename=" ${wheel##*/ } "
324
324
distname=" ${wheel_basename%% -* } "
325
325
# Record name and wheel file location
326
+ if [ -n " $SAGE_DESTDIR " ]; then
327
+ echo " Staged wheel file and ${SAGE_SPKG_SCRIPTS} /${PKG_BASE} /spkg-requirements.txt file:"
328
+ else
329
+ echo " Copied wheel file and wrote ${SAGE_SPKG_SCRIPTS} /${PKG_BASE} /spkg-requirements.txt file:"
330
+ fi
326
331
mkdir -p ${SAGE_DESTDIR}${SAGE_SPKG_SCRIPTS} /${PKG_BASE}
327
- echo " ${distname} @ file://${wheel} " >> ${SAGE_DESTDIR}${SAGE_SPKG_SCRIPTS} /${PKG_BASE} /spkg-requirements.txt
332
+ echo " ${distname} @ file://${wheel} " >> " ${SAGE_DESTDIR}${SAGE_SPKG_SCRIPTS} /${PKG_BASE} /spkg-requirements.txt"
333
+ cat " ${SAGE_DESTDIR}${SAGE_SPKG_SCRIPTS} /${PKG_BASE} /spkg-requirements.txt"
328
334
fi
329
335
wheel=" ${SAGE_DESTDIR}${wheel} "
330
336
}
You can’t perform that action at this time.
0 commit comments