diff options
Diffstat (limited to '')
-rwxr-xr-x | BuildIt.sh | 4 | ||||
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 3 |
2 files changed, 1 insertions, 6 deletions
@@ -4,7 +4,5 @@ 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 | sudo chown -R opensimsc:opensimsc * |
7 | sudo chown -R opensimsc:opensimsc .git* | 7 | sudo chown -R opensimsc:opensimsc .??* |
8 | sudo chown -R opensimsc:opensimsc .nant | ||
9 | sudo chown -R opensimsc:opensimsc .hg* | ||
10 | bin/sledjchisl build -v | 8 | bin/sledjchisl build -v |
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 4c1022d..fb4eb96 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -2025,9 +2025,6 @@ static void copyOpenSim(char *t) | |||
2025 | // TODO - have to make sure it's all owned by opensimsc. | 2025 | // TODO - have to make sure it's all owned by opensimsc. |
2026 | if (shellMeFail("cd %s; cp -al %s/current/* -t %s ", scRoot, scRoot, t)) C("Failed to cp!"); | 2026 | if (shellMeFail("cd %s; cp -al %s/current/* -t %s ", scRoot, scRoot, t)) C("Failed to cp!"); |
2027 | if (shellMeFail("cd %s; cp -al %s/current/.??* -t %s ", scRoot, scRoot, t)) C("Failed to cp!"); | 2027 | if (shellMeFail("cd %s; cp -al %s/current/.??* -t %s ", scRoot, scRoot, t)) C("Failed to cp!"); |
2028 | // if (shellMeFail("cd %s; cp -al %s/current/.git* -t %s ", scRoot, scRoot, t)) C("Failed to cp!"); | ||
2029 | // if (shellMeFail("cd %s; cp -al %s/current/.nant -t %s ", scRoot, scRoot, t)) C("Failed to cp!"); | ||
2030 | // if (shellMeFail("cd %s; cp -al %s/current/.hgignore -t %s ", scRoot, scRoot, t)) C("Failed to cp!"); | ||
2031 | } | 2028 | } |
2032 | 2029 | ||
2033 | static void runTests(char *tests[], char *title, char* file) | 2030 | static void runTests(char *tests[], char *title, char* file) |