gnu: perf: Find 'tips.txt'.

* gnu/packages/linux.scm (perf)[arguments]: Use "prefix", not
"DESTDIR".  This allows 'perf report' to find 'tips.txt'.
master
Ludovic Courtès 2017-10-17 13:17:54 +02:00 committed by Ludovic Courtès
parent 1d484507dc
commit 65dabe4e18
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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"