From 104f042ddbef56e323b61353fceeb5fd3dae5556 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sun, 15 Apr 2018 15:01:45 -0400 Subject: Added kernel config and many more scripts Altered scripts to allow for rebuilding wihout deleting the `build` folder. Added ncurses and vim to the build. Also added initial version of runit Still need to make sure that get_sources and distfiles are properly gathered from the script soon --- scripts/musl.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/musl.sh') diff --git a/scripts/musl.sh b/scripts/musl.sh index 1d5c8ae..0da3128 100644 --- a/scripts/musl.sh +++ b/scripts/musl.sh @@ -8,6 +8,6 @@ cd musl-$VERSION make -j$(nproc) make install -export DESTDIR=$prefix -./configure --prefix=/usr --enable-static -make install +# export DESTDIR=$prefix +# ./configure --prefix=/usr --enable-static +# make install -- cgit v1.2.3