From 6057d06d2b0e946f4af81b25c39a0f2426b2971c Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Fri, 31 Mar 2017 21:07:26 +0700 Subject: [PATCH] sqg: Update message when no deps defined. Signed-off-by: Willy Sudiarto Raharjo --- src/usr/libexec/sbopkg/sqg/sqg-build-queuefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/usr/libexec/sbopkg/sqg/sqg-build-queuefile b/src/usr/libexec/sbopkg/sqg/sqg-build-queuefile index 97cc4c7..239e099 100755 --- a/src/usr/libexec/sbopkg/sqg/sqg-build-queuefile +++ b/src/usr/libexec/sbopkg/sqg/sqg-build-queuefile @@ -15,8 +15,9 @@ if [ "$VERBOSE" == "yes" ]; then INFO_BASENAME=$(basename $INFO .info) if [[ -z $REQUIRES && $SKIP_EMPTY == "" ]]; then - echo "$INFO_BASENAME: empty REQUIRES line. No queuefile generated." - echo "Uncomment SKIP_EMPTY to change this." + echo "$INFO_BASENAME: No dep(s) defined for this package." + echo "No queuefile generated." + echo "Uncomment SKIP_EMPTY variable in sqg to change this behavior." fi echo "Processing $INFO_BASENAME."