forked from LBRYCommunity/lbry-sdk
Use patched version of make-deb
Ran into a bug in make-deb that fails when there is utf-8 characters in the git commit message. https://github.com/nylas/make-deb/issues/13. I wrote a patch to fix the bug and am installing that version until the make-deb maintainers incorporate it
This commit is contained in:
parent
8336930091
commit
087a9b70b4
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ $SUDO apt-get ${QUIET} install -y --no-install-recommends \
|
|||
|
||||
# need a modern version of pip (more modern than ubuntu default)
|
||||
$SUDO pip install --upgrade pip
|
||||
$SUDO pip install make-deb
|
||||
$SUDO pip install git+https://github.com/jobevers/make-deb
|
||||
|
||||
# build packages
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue