diff --git a/meson.build b/meson.build index 3ec0b39..48b92c4 100644 --- a/meson.build +++ b/meson.build @@ -61,7 +61,7 @@ executable( ['src/gBar.cpp'], dependencies: [gtk], link_with: libgBar, - install_rpath: '$ORIGIN/:$ORIGIN/../lib', + install_rpath: '$ORIGIN/', install: true )