From ba36652d8b1315856bd2aeaa0314a5d5293d199d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 6 Jul 2021 16:47:13 +0300 Subject: [PATCH] st: nit --- xorg/st/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorg/st/build b/xorg/st/build index 78990f0a..233d74a5 100755 --- a/xorg/st/build +++ b/xorg/st/build @@ -4,7 +4,7 @@ sed 's|Liberation Mono|Monospace|g' config.def.h > _ mv -f _ config.def.h # Install terminfo to right location. -export TERMINFO=$1/usr/share/terminfo +export TERMINFO="$1/usr/share/terminfo" mkdir -p "$TERMINFO" make