[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: enlightenment: Patch more '/usr/bin' locations.
From: |
Efraim Flashner |
Subject: |
02/03: gnu: enlightenment: Patch more '/usr/bin' locations. |
Date: |
Tue, 1 May 2018 12:07:02 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 6e339db06ee4f14375c11f544fa166fdae045aca
Author: Efraim Flashner <address@hidden>
Date: Sun Apr 29 22:14:59 2018 +0300
gnu: enlightenment: Patch more '/usr/bin' locations.
* gnu/packages/enlightenment.scm (enlightenment)[arguments]: Remove more
hard-coded '/usr/bin' locations.
---
gnu/packages/enlightenment.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index 109cf20..d6c11e4 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -277,6 +277,8 @@ Libraries with some extra bells and whistles.")
(("/usr/share/X11/xkb/rules/xorg.lst")
(string-append xkeyboard
"/share/X11/xkb/rules/base.lst")))
+ (substitute* "src/modules/everything/evry_plug_apps.c"
+ (("/usr/bin/") ""))
(substitute* "configure"
(("/bin/mount") (string-append utils "/bin/mount"))
(("/bin/umount") (string-append utils "/bin/umount"))