gnu: enlightenment: Patch more '/usr/bin' locations.
authorEfraim Flashner <efraim@flashner.co.il>
Sun, 29 Apr 2018 19:14:59 +0000 (22:14 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Tue, 1 May 2018 16:06:39 +0000 (19:06 +0300)
* gnu/packages/enlightenment.scm (enlightenment)[arguments]: Remove more
hard-coded '/usr/bin' locations.

gnu/packages/enlightenment.scm

index 109cf20..d6c11e4 100644 (file)
@@ -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"))