diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/world.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.c b/src/world.c index fe7bbbf..c3d500c 100644 --- a/src/world.c +++ b/src/world.c @@ -458,7 +458,7 @@ slv2_world_load_all(SLV2World world) } else { const char* const home = getenv("HOME"); if (home) { - const char* const suffix = "/.lv2:/usr/local/lib/lv2:/usr/lib/lv2"; + const char* const suffix = "/.lv2/bundles:/usr/local/lib/lv2:/usr/lib/lv2"; lv2_path = slv2_strjoin(home, suffix, NULL); } else { lv2_path = strdup("/usr/local/lib/lv2:/usr/lib/lv2"); |