diff options
Diffstat (limited to '')
| -rwxr-xr-x | bin/svtree-run | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/svtree-run b/bin/svtree-run index 1f3711b..dac7cc8 100755 --- a/bin/svtree-run +++ b/bin/svtree-run @@ -6,8 +6,8 @@ importas -D "/run" -S XDG_RUNTIME_DIR define STATE_DIR "${XDG_CONFIG_HOME}/s6-rc" define LIVE_DIR "${XDG_RUNTIME_DIR}/s6-rc" define SCAN_DIR "${XDG_RUNTIME_DIR}/service" -define SOURCE_DIR "${STATEDIR}/src" -define COMPILED_DIR "${STATEDIR}/compiled" +define SOURCE_DIR "${STATE_DIR}/src" +define COMPILED_DIR "${STATE_DIR}/compiled" define GENERATED_DIR "${XDG_RUNTIME_DIR}/svtree-generated" # generate additional services |