forked from platypush/platypush
Use pip install --prefix to prepare the Debian package.
This commit is contained in:
parent
2c74868315
commit
9bcadcb3c9
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ steps:
|
|||
- export PKGNAME="${PWD}/${GIT_PKG_NAME}_${GIT_VERSION}.deb"
|
||||
|
||||
- echo "--- Building git package"
|
||||
- python setup.py install --prefix="$GIT_BUILD_DIR" --no-deps
|
||||
- pip install --prefix="$GIT_BUILD_DIR" --no-cache --no-deps
|
||||
- mkdir "${GIT_BUILD_DIR}/DEBIAN"
|
||||
- |
|
||||
cat <<EOF > "${GIT_BUILD_DIR}/DEBIAN/control"
|
||||
|
|
Loading…
Reference in a new issue