GNU bug report logs -
#78428
[PATCH] gnu: elogind: Adjust patch for pkttyagent path.
Previous Next
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/freedesktop.scm (elogind):
[#:phases]<fix-pkttyagent-path>: Adjust the regexp to work with source
version 255.17.
Change-Id: I259c93d806482d10bd438a8ba47dcf5a270feeca
---
gnu/packages/freedesktop.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index de8fb975bc..281c8b33ec 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -949,8 +949,8 @@ (define-public elogind
(add-after 'unpack 'fix-pkttyagent-path
(lambda _
(substitute* "meson.build"
- (("join_paths\\(bindir, 'pkttyagent'\\)")
- "'\"/run/current-system/profile/bin/pkttyagent\"'"))))
+ (("bindir / 'pkttyagent'")
+ "'/run/current-system/profile/bin/pkttyagent'"))))
(add-after 'unpack 'use-global-hook-directory
;; XXX There is no run-time setting to set this per-process, only a
;; build-time, hard-coded list of global directories.
base-commit: c5265b90b055ee15908298c5d463301f1aae2eb1
--
2.49.0
This bug report was last modified 25 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.