mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 08:45:23 +01:00
Rebuild musl with fewer patches.
This commit is contained in:
parent
5ef1baeccf
commit
f3cea25b87
8 changed files with 55 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ build () {
|
|||
cd "$pkg" || (echo "Cannot cd into ${pkg}!"; kill $$)
|
||||
echo "${pkg}: beginning build using script ${script_name}"
|
||||
base_dir="${PWD}"
|
||||
patch_dir="${base_dir}/patches"
|
||||
patch_dir="${base_dir}/${4:-patches}"
|
||||
mk_dir="${base_dir}/mk"
|
||||
files_dir="${base_dir}/files"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue