mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-08 04:15:24 +01:00
Add file downloading logic
Add urls to sysc, and modify some tarballs to http (non s) before ssl
This commit is contained in:
parent
39541e30f5
commit
8008de8e73
42 changed files with 110 additions and 152 deletions
|
|
@ -2,7 +2,8 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
EXTRA_DISTFILES="gnulib-e017871.tar.gz"
|
||||
urls="https://mirrors.kernel.org/gnu/patch/patch-2.7.6.tar.xz
|
||||
https://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-e017871.tar.gz"
|
||||
|
||||
src_prepare() {
|
||||
../../import-gnulib.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue