diff options
Diffstat (limited to 'src/libs6f/s6f_user_get_confdirs.c')
| -rw-r--r-- | src/libs6f/s6f_user_get_confdirs.c | 2 |
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 ; |
