mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Introduce packaging support
Utilising previously introduced DESTDIR support, everything is installed to aformentioned DESTDIR. Prior to the building of XBPS, we use gzip compressed tarballs as packages. This requires a lot of strange hacks especially for old tar + gzip (timestamps, etc causing reproducibility problems). Then we use XBPS once built.
This commit is contained in:
parent
f4d43e2113
commit
968d2ea7d1
4 changed files with 127 additions and 8 deletions
|
|
@ -61,6 +61,7 @@ build openssl-1.1.1l
|
|||
build zlib-1.2.11
|
||||
|
||||
build xbps-0.59.1
|
||||
export XBPS_TARGET_ARCH="${ARCH}"
|
||||
|
||||
build automake-1.16.3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue