summaryrefslogtreecommitdiff
path: root/sysutils/gnome-control-center/files/patch-shell_meson.build
blob: 4a579f8178e0ab56ba0b003bd3afb0480024d736 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- shell/meson.build.orig	2025-02-04 21:56:28 UTC
+++ shell/meson.build
@@ -116,7 +116,8 @@ executable(
          dependencies : shell_deps,
                c_args : cflags,
             link_with : panels_libs,
-              install : true
+              install : true,
+        install_rpath : '/usr/lib'
 )