aboutsummaryrefslogtreecommitdiff
path: root/app-crypt/clevis/files/clevis-meson.patch
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2022-11-29 16:22:44 -0500
committerJulien Roy <julien@jroy.ca>2022-11-29 16:22:44 -0500
commit33dc74c7fd993d450bc3583538958c41f2453878 (patch)
tree6eda0224b0eabe2feee778f83acb7793576e8024 /app-crypt/clevis/files/clevis-meson.patch
parent3351ed6c646243fcd6c981d44780b2f50d458e15 (diff)
downloadMrRoy-Overlay-33dc74c7fd993d450bc3583538958c41f2453878.tar.gz
MrRoy-Overlay-33dc74c7fd993d450bc3583538958c41f2453878.tar.bz2
MrRoy-Overlay-33dc74c7fd993d450bc3583538958c41f2453878.zip
Remove ebuilds that are in GURU or abandoned
Diffstat (limited to 'app-crypt/clevis/files/clevis-meson.patch')
-rw-r--r--app-crypt/clevis/files/clevis-meson.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-crypt/clevis/files/clevis-meson.patch b/app-crypt/clevis/files/clevis-meson.patch
deleted file mode 100644
index bfd517d..0000000
--- a/app-crypt/clevis/files/clevis-meson.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/src/luks/systemd/meson.build b/src/luks/systemd/meson.build
-index b10494e3ca4d620437aee0d5e440eecf323b03d9..09f7fb51e7320aa71e275c34baa0561233821d69 100644
---- a/src/luks/systemd/meson.build
-+++ b/src/luks/systemd/meson.build
-@@ -5,6 +5,7 @@ sd_reply_pass = find_program(
- join_paths(get_option('prefix'), 'lib', 'systemd', 'systemd-reply-password'),
- join_paths('/', 'usr', get_option('libdir'), 'systemd', 'systemd-reply-password'),
- join_paths('/', 'usr', 'lib', 'systemd', 'systemd-reply-password'),
-+ join_paths('/', 'lib', 'systemd', 'systemd-reply-password'),
- required: false
- )