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

Commit 9ee2110

Browse files
author
Matthias Koeppe
committed
build/bin/sage-dist-helpers: Also use $sudo for storing the wheel file
1 parent 5a747c4 commit 9ee2110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/bin/sage-dist-helpers

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ sdh_store_and_pip_install_wheel() {
247247
$sudo sage-pip-install $root "$wheel" || \
248248
sdh_die "Error installing $wheel"
249249
mkdir -p "${SAGE_DESTDIR}${SAGE_SPKG_WHEELS}" && \
250-
mv "$wheel" "${SAGE_DESTDIR}${SAGE_SPKG_WHEELS}/" || \
250+
$sudo mv "$wheel" "${SAGE_DESTDIR}${SAGE_SPKG_WHEELS}/" || \
251251
sdh_die "Error storing $wheel"
252252
}
253253

0 commit comments

Comments
 (0)