made sbopkg's use of SRCDIR more transparent

This commit is contained in:
slakmagik 2010-07-09 04:18:29 +00:00
parent e5318d9d8e
commit 871eef1e2c

View File

@ -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