aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs6f/s6f_user_get_confdirs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs6f/s6f_user_get_confdirs.c')
-rw-r--r--src/libs6f/s6f_user_get_confdirs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs6f/s6f_user_get_confdirs.c b/src/libs6f/s6f_user_get_confdirs.c
index b062650..5617bf9 100644
--- a/src/libs6f/s6f_user_get_confdirs.c
+++ b/src/libs6f/s6f_user_get_confdirs.c
@@ -68,7 +68,7 @@ void s6f_user_get_confdirs (s6f_confdirs *dirs, stralloc *storage)
bootpos = storage->len ;
if (!(confighome ? stralloc_cats(storage, confighome) : stralloc_cats(storage, home) && stralloc_cats(storage, "/.config"))
- || !stralloc_cats(storage, "/s6-rc")
+ || !stralloc_cats(storage, "/s6-rc/compiled/current")
|| !stralloc_0(storage)) dienomem() ;
stmppos = storage->len ;