nethack: better check for col(1)

This commit is contained in:
Đoàn Trần Công Danh 2025-08-04 13:29:33 +07:00
parent 74be69658c
commit 4406dd5fba

View file

@ -22,7 +22,7 @@ do_configure() {
do_build() {
local nocol
if [ "$XBPS_LIBC" = musl ]; then
if ! command -v col >/dev/null; then
nocol=yes
fi
make all dungeon \