changeset 1540:90e6bdb0204b

Fix display when using an unbacked package cache entry.
author Rob Landley <rob@landley.net>
date Tue, 04 Sep 2012 16:36:16 -0500
parents 8bd6056bd7fa
children e4f766efa39f
files sources/download_functions.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/download_functions.sh	Wed Aug 29 21:53:27 2012 -0500
+++ b/sources/download_functions.sh	Tue Sep 04 16:36:16 2012 -0500
@@ -220,7 +220,7 @@
     # If extracted source directory exists, don't download alt-tarball.
     if [ -e "$SRCTREE/alt-$BASENAME" ]
     then
-      echo "Using $SRCTREE/$PACKAGE"
+      echo "Using $SRCTREE/alt-$BASENAME"
       return 0
     fi