me
/
guix
Archived
1
0
Fork 0

gnu: entr: Remove erroneous use of DESTDIR.

* gnu/packages/entr.scm (entr)[arguments]: Correctly set PREFIXes.
master
Tobias Geerinckx-Rice 2020-10-07 14:36:33 +02:00
parent c4e48255d9
commit 6ad8fc65d4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -51,9 +51,8 @@
(let ((out (assoc-ref outputs "out")))
(setenv "CONFIG_SHELL" (which "bash"))
(setenv "CC" ,(cc-for-target))
(setenv "DESTDIR" (string-append out "/"))
(setenv "PREFIX" "")
(setenv "MANPREFIX" "man")
(setenv "PREFIX" out)
(setenv "MANPREFIX" (string-append out "/man"))
(invoke "./configure"))))
(add-before 'build 'remove-fhs-file-names
(lambda* (#:key inputs #:allow-other-keys)