Bah, fix previous.
--HG-- extra : convert_revision : a1b67af86cec707608560c84088d519acb195a20
This commit is contained in:
parent
8a928f76d8
commit
1e0ee707b4
1 changed files with 1 additions and 1 deletions
2
xbps.sh
2
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
|
||||
|
|
Loading…
Reference in a new issue