diff options
author | onefang | 2021-09-03 02:43:56 +1000 |
---|---|---|
committer | onefang | 2021-09-03 02:43:56 +1000 |
commit | c98d1430eb2778d2e01e1c9b75cd97e54b07c800 (patch) | |
tree | 84b540fd15a03de3ac5f2c6056ed7107b7a30d3b /src/sledjchisl | |
parent | Whitespace cleanups. (diff) | |
download | opensim-SC-c98d1430eb2778d2e01e1c9b75cd97e54b07c800.zip opensim-SC-c98d1430eb2778d2e01e1c9b75cd97e54b07c800.tar.gz opensim-SC-c98d1430eb2778d2e01e1c9b75cd97e54b07c800.tar.bz2 opensim-SC-c98d1430eb2778d2e01e1c9b75cd97e54b07c800.tar.xz |
Don't create the AssetsFiles directories.
Diffstat (limited to 'src/sledjchisl')
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 3d7b336..3269f60 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -8570,12 +8570,12 @@ Build the OpenSim. | |||
8570 | tmp = xmprintf("%s/config", scRoot); | 8570 | tmp = xmprintf("%s/config", scRoot); |
8571 | if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); | 8571 | if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); |
8572 | free(tmp); | 8572 | free(tmp); |
8573 | tmp = xmprintf("%s/AssetFiles/data", scRoot); | 8573 | // tmp = xmprintf("%s/AssetFiles/data", scRoot); |
8574 | if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); | 8574 | // if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); |
8575 | free(tmp); | 8575 | // free(tmp); |
8576 | tmp = xmprintf("%s/AssetFiles/tmp/spool", scRoot); | 8576 | // tmp = xmprintf("%s/AssetFiles/tmp/spool", scRoot); |
8577 | if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); | 8577 | // if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); |
8578 | free(tmp); | 8578 | // free(tmp); |
8579 | tmp = xmprintf("%s/web", scRoot); | 8579 | tmp = xmprintf("%s/web", scRoot); |
8580 | if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); | 8580 | if ((! qfile_exist(tmp)) && (! qfile_mkdir(tmp, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", tmp); |
8581 | free(tmp); | 8581 | free(tmp); |