summaryrefslogtreecommitdiff
path: root/databases/pgbackrest/files/patch-src_meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'databases/pgbackrest/files/patch-src_meson.build')
-rw-r--r--databases/pgbackrest/files/patch-src_meson.build10
1 files changed, 0 insertions, 10 deletions
diff --git a/databases/pgbackrest/files/patch-src_meson.build b/databases/pgbackrest/files/patch-src_meson.build
deleted file mode 100644
index 3ea71633e6c1..000000000000
--- a/databases/pgbackrest/files/patch-src_meson.build
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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,
- )