~ruther/guix-local

65dabe4e18478d76a474037ffc773971b9c611bb — Ludovic Courtès 8 years ago 1d48450
gnu: perf: Find 'tips.txt'.

* gnu/packages/linux.scm (perf)[arguments]: Use "prefix", not
"DESTDIR".  This allows 'perf report' to find 'tips.txt'.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +1 -1
@@ 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"