guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: dragon-drop: Correct PREFIX.


From: guix-commits
Subject: 01/02: gnu: dragon-drop: Correct PREFIX.
Date: Wed, 14 Sep 2022 15:03:10 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 4d510e5411f2522fe3feae60391ea91ba7decb9a
Author: arkhan <arkhan@riseup.net>
AuthorDate: Mon Sep 12 21:45:05 2022 -0500

    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>
---
 gnu/packages/gtk.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 16049a8052..1ee2a99bf6 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2625,8 +2625,7 @@ shell scripts.  Example of how to use @code{yad} can be 
consulted at
       #:make-flags
       (list (string-append "CC=" ,(cc-for-target))
             ;; makefile uses PREFIX for the binary location
-            (string-append "PREFIX=" (assoc-ref %outputs "out")
-                           "/bin"))
+            (string-append "PREFIX=" (assoc-ref %outputs "out")))
       #:phases
       (modify-phases %standard-phases
         (delete 'configure))))                    ; no configure script



reply via email to

[Prev in Thread] Current Thread [Next in Thread]