Skip to content
Snippets Groups Projects
Unverified Commit 6e339db0 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: enlightenment: Patch more '/usr/bin' locations.

* gnu/packages/enlightenment.scm (enlightenment)[arguments]: Remove more
hard-coded '/usr/bin' locations.
parent 0b759222
No related branches found
No related tags found
No related merge requests found
...@@ -277,6 +277,8 @@ (define-public enlightenment ...@@ -277,6 +277,8 @@ (define-public enlightenment
(("/usr/share/X11/xkb/rules/xorg.lst") (("/usr/share/X11/xkb/rules/xorg.lst")
(string-append xkeyboard (string-append xkeyboard
"/share/X11/xkb/rules/base.lst"))) "/share/X11/xkb/rules/base.lst")))
(substitute* "src/modules/everything/evry_plug_apps.c"
(("/usr/bin/") ""))
(substitute* "configure" (substitute* "configure"
(("/bin/mount") (string-append utils "/bin/mount")) (("/bin/mount") (string-append utils "/bin/mount"))
(("/bin/umount") (string-append utils "/bin/umount")) (("/bin/umount") (string-append utils "/bin/umount"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment