add terminfo install in build.sh
Build/Publish XBPS / build-and-publish (push) Failing after 8s Details

This commit is contained in:
Luca Bilke 2024-04-25 14:25:01 +02:00
parent 9ba6b45a14
commit 807dd0fbf4
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ cp -f config.h st-final/
cd st-final || exit 1
if [ "$1" = "-i" ]; then
sudo make install
elif [ "$1" = "-ti" ]; then
make terminfo
cp -a terminfo /usr/share
else
make
fi