diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2018-04-11 23:46:10 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2018-04-11 23:46:10 -0400 |
| commit | 75342706483bcb1592c0b06cda8e77e0b49c0d30 (patch) | |
| tree | 7573f0124c232ab05afc561baced9cf468a5994e /scripts/mksh.sh | |
| parent | dc715c09e11a91db92523e4848a69061cb5c0d33 (diff) | |
| download | min-75342706483bcb1592c0b06cda8e77e0b49c0d30.tar.gz min-75342706483bcb1592c0b06cda8e77e0b49c0d30.tar.xz | |
The sbase tar doesn't support BSD style flags. Fixed.
Also added a build script for sinit
Also install `musl` to the prefixed directory
Diffstat (limited to 'scripts/mksh.sh')
| -rw-r--r-- | scripts/mksh.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
