aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/sledjchisl
diff options
context:
space:
mode:
authoronefang2021-09-03 02:43:56 +1000
committeronefang2021-09-03 02:43:56 +1000
commitc98d1430eb2778d2e01e1c9b75cd97e54b07c800 (patch)
tree84b540fd15a03de3ac5f2c6056ed7107b7a30d3b /src/sledjchisl
parentWhitespace cleanups. (diff)
downloadopensim-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.c12
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);