create correct links to non-remote sources (patches) if $SRCDEST != $startdir
This commit is contained in:
parent
6271e6b888
commit
57e3393b84
5
abuild
5
abuild
@ -102,9 +102,12 @@ fetch() {
|
|||||||
case "$s" in
|
case "$s" in
|
||||||
http://*|ftp://*)
|
http://*|ftp://*)
|
||||||
uri_fetch "$s" || return 1
|
uri_fetch "$s" || return 1
|
||||||
|
ln -sf "$SRCDEST/${s##*/}" "$srcdir"/
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
ln -s "$startdir/$s" "$srcdir/"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
ln -sf "$SRCDEST/${s##*/}" "$srcdir"/
|
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user