diff options
author | onefang | 2021-12-15 02:30:48 +1000 |
---|---|---|
committer | onefang | 2021-12-15 02:30:48 +1000 |
commit | 371ef580f18e61e44028daa3f74e31a18f436254 (patch) | |
tree | 44790c49cde0e4138d45e7cbd6db442561c5a8c9 /BuildIt.sh | |
parent | Typo-- (diff) | |
download | opensim-SC-371ef580f18e61e44028daa3f74e31a18f436254.zip opensim-SC-371ef580f18e61e44028daa3f74e31a18f436254.tar.gz opensim-SC-371ef580f18e61e44028daa3f74e31a18f436254.tar.bz2 opensim-SC-371ef580f18e61e44028daa3f74e31a18f436254.tar.xz |
sledjchisl build command no longer does tmux shenanigans.
Diffstat (limited to '')
-rwxr-xr-x | BuildIt.sh | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -3,6 +3,4 @@ | |||
3 | pushd src >/dev/null | 3 | pushd src >/dev/null |
4 | time ./BuildIt.sh | 4 | time ./BuildIt.sh |
5 | popd >/dev/null | 5 | popd >/dev/null |
6 | sudo chown -R opensimsc:opensimsc * | 6 | time bin/sledjchisl build -v |
7 | sudo chown -R opensimsc:opensimsc .??* | ||
8 | bin/sledjchisl build -v | ||