mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-08 23:59:02 -05:00
run pbuilder with TERM=xterm
This commit is contained in:
parent
16d1aa5109
commit
707a293baa
@ -37,7 +37,9 @@ gbp import-orig --upstream-version=$VERSION ../notcurses_$VERSION+dfsg.orig.tar.
|
||||
git push --tags
|
||||
dpkg-buildpackage --build=source
|
||||
cd ..
|
||||
sudo pbuilder build notcurses*dsc
|
||||
# this isn't perfect -- we might not be running xterm -- but it keeps us
|
||||
# from dying when such a terminal doesn't have its terminfo inside pbuilder
|
||||
sudo TERM=xterm pbuilder build notcurses*dsc
|
||||
cd -
|
||||
git push
|
||||
rm debian/files
|
||||
|
Loading…
x
Reference in New Issue
Block a user