From aa0843ae50b09bad3ece21bd310b849d034efac2 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 18 Apr 2024 14:38:37 -0400 Subject: config: Use ✔/✘ rather than [y]/[n] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/pkg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/pkg.mk b/config/pkg.mk index d2d77b0..6f868be 100644 --- a/config/pkg.mk +++ b/config/pkg.mk @@ -17,7 +17,7 @@ default:: @if [ "${IS_V}" ]; then \ cat ${TARGET}; \ elif grep -q PKGS ${TARGET}; then \ - printf '[ GEN] %-18s [y]\n' ${SHORT}; \ + printf '[ GEN] %-18s ✔\n' ${SHORT}; \ else \ - printf '[ GEN] %-18s [n]\n' ${SHORT}; \ + printf '[ GEN] %-18s ✘\n' ${SHORT}; \ fi -- cgit v1.2.3