aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/budgie-control-center/files/patch-shell_meson.build
blob: a1c778d2369ddc46e99e062f78cdf4cea7f1b324 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- shell/meson.build.orig	2022-09-13 15:10:03 UTC
+++ shell/meson.build
@@ -129,7 +129,8 @@ executable(
          dependencies : shell_deps,
                c_args : cflags,
             link_with : panels_libs,
-              install : true
+              install : true,
+              install_rpath : '/usr/lib'
 )