From 43fde5cf51299134400584b7a24946d109fdf886 Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Sat, 10 Feb 2024 05:16:42 +0100 Subject: [PATCH] Explain ./xbps-src binary-bootstrap If users forgot to run this command (I did lol). You could explain them to try to run this command: `./xbps-src binary-bootstrap` --- common/xbps-src/shutils/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/xbps-src/shutils/common.sh b/common/xbps-src/shutils/common.sh index 4083e08ee084f..e44a25d80e749 100644 --- a/common/xbps-src/shutils/common.sh +++ b/common/xbps-src/shutils/common.sh @@ -496,7 +496,7 @@ setup_pkg() { # Check if base-chroot is already installed. if [ -z "$bootstrap" -a -z "$CHROOT_READY" -a "z$show_problems" != "zignore-problems" ]; then msg_red "${pkg} is not a bootstrap package and cannot be built without it.\n" - msg_error "Please install bootstrap packages and try again.\n" + msg_error "Please install bootstrap packages and try again. Run for example first: ./xbps-src binary-bootstrap\n" fi sourcepkg="${pkgname}"