guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: dtc: Remove patch-paths phase.


From: David Craven
Subject: 01/03: gnu: dtc: Remove patch-paths phase.
Date: Tue, 13 Sep 2016 17:04:55 +0000 (UTC)

dvc pushed a commit to branch master
in repository guix.

commit e42a0771b7d7f0661be459658e31f5d65843ed75
Author: Danny Milosavljevic <address@hidden>
Date:   Thu Sep 8 17:10:42 2016 +0200

    gnu: dtc: Remove patch-paths phase.
    
    * gnu/packages/u-boot.scm (dtc)[arguments]: Remove patch-paths phase.
      [configure-flags]: Add INSTALL.
    
    Signed-off-by: David Craven <address@hidden>
---
 gnu/packages/u-boot.scm |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/u-boot.scm b/gnu/packages/u-boot.scm
index e9a4b90..7949d8a 100644
--- a/gnu/packages/u-boot.scm
+++ b/gnu/packages/u-boot.scm
@@ -47,15 +47,11 @@
        ("flex" ,flex)))
     (arguments
      `(#:make-flags
-       (list "CC=gcc" (string-append "PREFIX=" (assoc-ref %outputs "out")))
+       (list "CC=gcc"
+             (string-append "PREFIX=" (assoc-ref %outputs "out"))
+             "INSTALL=install")
        #:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'patch-paths
-           (lambda _
-             (substitute* "Makefile"
-               (("/usr/bin/install") "install"))
-             (substitute* "Makefile"
-               (("PREFIX = \\$\\(HOME\\)") ""))))
          (delete 'configure))))
     (home-page "https://www.devicetree.org";)
     (synopsis "Compiles device tree source files")



reply via email to

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