mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-26 09:58:14 +01:00
made sbopkg's use of SRCDIR more transparent
This commit is contained in:
parent
e5318d9d8e
commit
871eef1e2c
1 changed files with 2 additions and 0 deletions
|
@ -2821,8 +2821,10 @@ check_source() {
|
|||
# If there's no known source name, or if it doesn't exist, it has to be
|
||||
# downloaded...
|
||||
if [[ -f $SRCDIR/$SRCNAME ]]; then
|
||||
echo "Found $SRCNAME in $SRCDIR."
|
||||
unset NO_DL_LOOP
|
||||
else
|
||||
echo "$PKG not found in $SRCDIR."
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue