mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 19:50:25 +03:00
made sbopkg's use of SRCDIR more transparent
This commit is contained in:
parent
e5318d9d8e
commit
871eef1e2c
@ -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 New Issue
Block a user