sqg: Update message when no deps defined.

Signed-off-by: Willy Sudiarto Raharjo <willysr@sbopkg.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-03-31 21:07:26 +07:00
parent 679a09aea2
commit 6057d06d2b
No known key found for this signature in database
GPG Key ID: 887B8374D7333381

View File

@ -15,8 +15,9 @@ if [ "$VERBOSE" == "yes" ]; then
INFO_BASENAME=$(basename $INFO .info) INFO_BASENAME=$(basename $INFO .info)
if [[ -z $REQUIRES && $SKIP_EMPTY == "" ]]; then if [[ -z $REQUIRES && $SKIP_EMPTY == "" ]]; then
echo "$INFO_BASENAME: empty REQUIRES line. No queuefile generated." echo "$INFO_BASENAME: No dep(s) defined for this package."
echo "Uncomment SKIP_EMPTY to change this." echo "No queuefile generated."
echo "Uncomment SKIP_EMPTY variable in sqg to change this behavior."
fi fi
echo "Processing $INFO_BASENAME." echo "Processing $INFO_BASENAME."