Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/16-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build_python_build() {
BUILD_FINAL
abinfo "Installing Python (PyPI) package using $PYTHON ..."
"$PYTHON" "$SRCDIR"/setup.py install \
--prefix=/usr --root="$PKGDIR" --optimize=1 \
--prefix=${PYTHON_PREFIX:-$PREFIX} --root="$PKGDIR" --optimize=1 \
|| abdie "Failed to install Python (PyPI) package using ${PYTHON}: $?."
abinfo "Cleaning Python (PyPI) package source tree ..."
bool "$NOPYTHONCLEAN" \
Expand Down