Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
abuild
Commits
c6f4cb72
Commit
c6f4cb72
authored
Apr 19, 2010
by
Natanael Copa
Browse files
abuild: use fetch_uri_mirror when downloading sources
parent
9ce1d679
Changes
1
Hide whitespace changes
Inline
Side-by-side
abuild.in
View file @
c6f4cb72
...
...
@@ -192,7 +192,7 @@ default_fetch() {
mkdir
-p
"
$srcdir
"
for
s
in
$source
;
do
if
is_remote
"
$s
"
;
then
uri_fetch
"
$s
"
||
return
1
uri_fetch
_mirror
"
$s
"
||
return
1
ln
-sf
"
$SRCDEST
/
${
s
##*/
}
"
"
$srcdir
"
/
else
ln
-sf
"
$startdir
/
$s
"
"
$srcdir
/"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment