aboutsummaryrefslogtreecommitdiff
path: root/scripts/mksh.sh
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-04-15 15:01:45 -0400
committerMitch Riedstra <mitch@riedstra.us>2018-04-15 15:01:45 -0400
commit104f042ddbef56e323b61353fceeb5fd3dae5556 (patch)
tree3138009b987133ca82c17da4aeb87e97eacc6635 /scripts/mksh.sh
parent6fa2b7b7011b709d7fd470c3dcaacfe7c10cf28e (diff)
downloadmin-104f042ddbef56e323b61353fceeb5fd3dae5556.tar.gz
min-104f042ddbef56e323b61353fceeb5fd3dae5556.tar.xz
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
Diffstat (limited to 'scripts/mksh.sh')
-rw-r--r--scripts/mksh.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mksh.sh b/scripts/mksh.sh
index ce9d471..6b29362 100644
--- a/scripts/mksh.sh
+++ b/scripts/mksh.sh
@@ -9,5 +9,5 @@ export CC="musl-gcc"
sh ./Build.sh
install -d $prefix/bin
install -m 555 mksh $prefix/bin/sh
-ln $prefix/bin/sh $prefix/bin/ksh
-ln $prefix/bin/sh $prefix/bin/mksh
+ln -vf $prefix/bin/sh $prefix/bin/ksh
+ln -vf $prefix/bin/sh $prefix/bin/mksh