summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/pkg.mk4
1 files 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