summaryrefslogtreecommitdiff
path: root/databases/pgbackrest/files/patch-src_meson.build
blob: 3ea71633e6c106a8e6dd767bf3ab7e3cb409f93b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/meson.build.orig	2024-03-24 20:53:22 UTC
+++ src/meson.build
@@ -284,5 +284,6 @@ executable(
         lib_xml,
         lib_z,
         lib_zstd,
-    ]
+    ],
+    install: true,
 )