mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-13 20:01:13 +01: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
1 changed files with 3 additions and 2 deletions
|
@ -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."
|
||||||
|
|
Loading…
Reference in a new issue