From 1e0ee707b430dbc04d184190b46d52fa2c6e28e0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 29 Oct 2008 04:04:32 +0100 Subject: [PATCH] Bah, fix previous. --HG-- extra : convert_revision : a1b67af86cec707608560c84088d519acb195a20 --- xbps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbps.sh b/xbps.sh index c3260e5d0c..daa779c2a6 100755 --- a/xbps.sh +++ b/xbps.sh @@ -537,7 +537,7 @@ fetch_distfiles() # [ "$build_style" = "meta-template" ] && return 0 - for f in ${dfiles}; do + for f in ${distfiles}; do curfile=$(basename $f) if [ -f "$XBPS_SRCDISTDIR/$curfile" ]; then for i in ${checksum}; do