Skip to content

Commit

Permalink
run it as xterm, not sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jan 12, 2025
1 parent 707a293 commit afb504a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/debrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dpkg-buildpackage --build=source
cd ..
# 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
xterm -e sudo pbuilder build notcurses*dsc
cd -
git push
rm debian/files

0 comments on commit afb504a

Please sign in to comment.