forked from platypush/platypush
Make sure that the __all/DEBIAN directory exists.
This commit is contained in:
parent
295e202fc9
commit
73609c7f0b
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ steps:
|
||||||
|
|
||||||
- echo "--- Building git package"
|
- echo "--- Building git package"
|
||||||
- pip install --prefix="$GIT_BUILD_DIR" --no-cache --no-deps .
|
- pip install --prefix="$GIT_BUILD_DIR" --no-cache --no-deps .
|
||||||
- mkdir "${GIT_BUILD_DIR}/DEBIAN"
|
- mkdir -p "${GIT_BUILD_DIR}/__all/DEBIAN"
|
||||||
- |
|
- |
|
||||||
cat <<EOF > "${GIT_BUILD_DIR}/__all/DEBIAN/control"
|
cat <<EOF > "${GIT_BUILD_DIR}/__all/DEBIAN/control"
|
||||||
Package: $GIT_PKG_NAME
|
Package: $GIT_PKG_NAME
|
||||||
|
|
Loading…
Reference in a new issue