From 871eef1e2cf1b4e45920eea6337ad7f04022180e Mon Sep 17 00:00:00 2001 From: slakmagik Date: Fri, 9 Jul 2010 04:18:29 +0000 Subject: [PATCH] made sbopkg's use of SRCDIR more transparent --- src/usr/sbin/sbopkg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/usr/sbin/sbopkg b/src/usr/sbin/sbopkg index d5789ac..bad4020 100755 --- a/src/usr/sbin/sbopkg +++ b/src/usr/sbin/sbopkg @@ -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