mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 19:50:25 +03:00
sqg: Update message when no deps defined.
Signed-off-by: Willy Sudiarto Raharjo <willysr@sbopkg.org>
This commit is contained in:
parent
679a09aea2
commit
6057d06d2b
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user