mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-05 11:33:12 +02:00
nethack: better check for col(1)
This commit is contained in:
parent
74be69658c
commit
4406dd5fba
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ do_configure() {
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
local nocol
|
local nocol
|
||||||
if [ "$XBPS_LIBC" = musl ]; then
|
if ! command -v col >/dev/null; then
|
||||||
nocol=yes
|
nocol=yes
|
||||||
fi
|
fi
|
||||||
make all dungeon \
|
make all dungeon \
|
||||||
|
|
Loading…
Add table
Reference in a new issue