mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-09 21:05:24 +01:00
Add xbps-0.59.1.
This also required - merging of usr/sbin and usr/bin (which should be done anyway), because of a dodgy PATH searcher - moving of zlib earlier.
This commit is contained in:
parent
94069328ec
commit
a1520a07fa
8 changed files with 100 additions and 2 deletions
4
sysc.py
4
sysc.py
|
|
@ -156,6 +156,10 @@ class SysC(SysGeneral):
|
|||
# openssl-1.1.1l
|
||||
self.get_file("https://www.openssl.org/source/openssl-1.1.1l.tar.gz")
|
||||
|
||||
# xbps 0.59.1
|
||||
self.get_file("https://github.com/void-linux/xbps/archive/refs/tags/0.59.1.tar.gz",
|
||||
output="xbps-0.59.1.tar.gz")
|
||||
|
||||
# autoconf 2.71
|
||||
self.get_file("https://mirrors.kernel.org/gnu/autoconf/autoconf-2.71.tar.xz")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue