lightcube-bootstrap-musl icon indicating copy to clipboard operation
lightcube-bootstrap-musl copied to clipboard

Scripts to bootstrap a build environment for LightCube OS using musl libc

Results 3 lightcube-bootstrap-musl issues
Sort by recently updated
recently updated
newest added

Neat experiment! Could this be packaged as a Docker image, so that users can test and deploy lightcube more easily?

Sorry my previous message was just wrong. I'm going to add a fix, but the message that -i needs an argument is just wrong. -i Of course needs a file...

This url seems to work http://www.libarchive.org/downloads/$(FILE) ### GIT diff ``` diff --git a/packages/libarchive/Makefile b/packages/libarchive/Makefile index 0bf2ebf..64b1a9f 100644 --- a/packages/libarchive/Makefile +++ b/packages/libarchive/Makefile @@ -5,7 +5,7 @@ VRS= 3.0.4 DIR= $(NM)-$(VRS) FILE=...