mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-12 06:15:29 +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
|
|
@ -3,6 +3,8 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
urls="http://mirrors.kernel.org/gnu/autoconf/autoconf-2.69.tar.xz"
|
||||
|
||||
src_prepare() {
|
||||
rm doc/standards.info man/*.1
|
||||
autoreconf-2.64 -f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue