mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +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() {
|
||||
local nocol
|
||||
if [ "$XBPS_LIBC" = musl ]; then
|
||||
if ! command -v col >/dev/null; then
|
||||
nocol=yes
|
||||
fi
|
||||
make all dungeon \
|
||||
|
|
Loading…
Add table
Reference in a new issue