summaryrefslogtreecommitdiffstats
path: root/config/pkg.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config/pkg.mk')
-rw-r--r--config/pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/pkg.mk b/config/pkg.mk
index 6f868be..fafe562 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 ✔\n' ${SHORT}; \
+ printf '[ GEN] %-${MSG_WIDTH}s ✔\n' ${SHORT}; \
else \
- printf '[ GEN] %-18s ✘\n' ${SHORT}; \
+ printf '[ GEN] %-${MSG_WIDTH}s ✘\n' ${SHORT}; \
fi