civodul pushed a commit to branch master
in repository guix.

commit 65dabe4e18478d76a474037ffc773971b9c611bb
Author: Ludovic Courtès <ludovic.cour...@inria.fr>
Date:   Tue Oct 17 13:17:54 2017 +0200

    gnu: perf: Find 'tips.txt'.
    
    * gnu/packages/linux.scm (perf)[arguments]: Use "prefix", not
    "DESTDIR".  This allows 'perf report' to find 'tips.txt'.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1099da6..652b7d3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2506,7 +2506,7 @@ in a digital read-out.")
              (setenv "SHELL_PATH" (which "bash"))
              (chdir "tools/perf")
              #t)))
-       #:make-flags (list (string-append "DESTDIR="
+       #:make-flags (list (string-append "prefix="
                                          (assoc-ref %outputs "out"))
                           "WERROR=0"
 

Reply via email to