aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build.sh')
-rwxr-xr-xscripts/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index 9cb7ef3..fba14c9 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -108,6 +108,6 @@ done
if [ -n "$aport_ng" ]; then
die "Failed to build packages:$aport_ng"
elif [ -z "$aport_ok" ]; then
- die "No packages found to be built."
+ msg "No packages found to be built." yellow
fi