run it as xterm, not sudo

This commit is contained in:
nick black 2025-01-11 20:06:56 -05:00
parent 707a293baa
commit afb504ad54
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -39,7 +39,7 @@ dpkg-buildpackage --build=source
cd .. cd ..
# this isn't perfect -- we might not be running xterm -- but it keeps us # 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 # from dying when such a terminal doesn't have its terminfo inside pbuilder
sudo TERM=xterm pbuilder build notcurses*dsc xterm -e sudo pbuilder build notcurses*dsc
cd - cd -
git push git push
rm debian/files rm debian/files