From 75342706483bcb1592c0b06cda8e77e0b49c0d30 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 11 Apr 2018 23:46:10 -0400 Subject: The sbase tar doesn't support BSD style flags. Fixed. Also added a build script for sinit Also install `musl` to the prefixed directory --- scripts/mksh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/mksh.sh') diff --git a/scripts/mksh.sh b/scripts/mksh.sh index e4dcd59..ce9d471 100644 --- a/scripts/mksh.sh +++ b/scripts/mksh.sh @@ -2,7 +2,7 @@ . ./.vars VERSION="R56c" cd $build_dir -tar xfzv ${dist_dir}/mksh-$VERSION.tgz +gzip -dc < ${dist_dir}/mksh-$VERSION.tgz | tar -xvf - cd mksh export LDFLAGS="-static" export CC="musl-gcc" -- cgit v1.2.3