Remove unused $distfiles stuff.
--HG-- extra : convert_revision : 1d91a0ff92b2fe393c5cb6f5a206d4dadda7dd24
This commit is contained in:
parent
f043d3db38
commit
8a928f76d8
1 changed files with 0 additions and 2 deletions
2
xbps.sh
2
xbps.sh
|
@ -537,8 +537,6 @@ fetch_distfiles()
|
|||
#
|
||||
[ "$build_style" = "meta-template" ] && return 0
|
||||
|
||||
dfiles=$(echo $distfiles | sed 's|@||g')
|
||||
|
||||
for f in ${dfiles}; do
|
||||
curfile=$(basename $f)
|
||||
if [ -f "$XBPS_SRCDISTDIR/$curfile" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue