From 24d21534d31b1e5841278f99f6b1f5451762786c Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Tue, 26 Feb 2019 10:30:22 +0000 Subject: build: do not error when no pkg is found --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3