unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: arkhan--- via Guix-patches via <guix-patches@gnu.org>
To: 57761@debbugs.gnu.org
Subject: [bug#57761] [PATCH] gnu: dragon-drop: Fix build prefix
Date: Tue, 13 Sep 2022 02:49:08 +0000	[thread overview]
Message-ID: <35da963ef4ded6bd53838b7f6ba82fe91be0d55b@disroot.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: 0001-PATCH-gnu-dragon-drop-Fix-build-prefix.patch --]
[-- Type: application/octet-stream, Size: 973 bytes --]

From 7b4913915bb174c53a7c09455251317af6a3f2ba Mon Sep 17 00:00:00 2001
From: arkhan <arkhan@riseup.net>
Date: Mon, 12 Sep 2022 21:45:05 -0500
Subject: [PATCH] [PATCH] gnu: dragon-drop: Fix build prefix

* gnu/packages/gtk.scm (dragon-drop): Fix prefix
---
 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 4beaebf64a..488d1fb836 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2586,8 +2586,7 @@ (define-public dragon-drop
       #: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
-- 
2.37.3


                 reply	other threads:[~2022-09-13  2:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=35da963ef4ded6bd53838b7f6ba82fe91be0d55b@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=57761@debbugs.gnu.org \
    --cc=arkhan@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).