diff options
Diffstat (limited to 'lib/library.c')
-rw-r--r-- | lib/library.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/library.c b/lib/library.c index 02c2af8..82c027b 100644 --- a/lib/library.c +++ b/lib/library.c @@ -122,7 +122,7 @@ bm_init(void) if (renderers.count > 0) return true; - static const char *rpath = INSTALL_PREFIX "/lib/bemenu"; + static const char *rpath = INSTALL_LIBDIR "/bemenu"; const char *path = secure_getenv("BEMENU_RENDERER"); if (path) |