gnu: dragon-drop: Correct PREFIX.
* gnu/packages/gtk.scm (dragon-drop)[#:make-flags]: Remove gratuitous “/bin” from PREFIX. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>master
parent
104be3d5e3
commit
4d510e5411
|
@ -2625,8 +2625,7 @@ shell scripts. Example of how to use @code{yad} can be consulted at
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list (string-append "CC=" ,(cc-for-target))
|
(list (string-append "CC=" ,(cc-for-target))
|
||||||
;; makefile uses PREFIX for the binary location
|
;; makefile uses PREFIX for the binary location
|
||||||
(string-append "PREFIX=" (assoc-ref %outputs "out")
|
(string-append "PREFIX=" (assoc-ref %outputs "out")))
|
||||||
"/bin"))
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure)))) ; no configure script
|
(delete 'configure)))) ; no configure script
|
||||||
|
|
Reference in New Issue