gnu: perf: Find 'tips.txt'.
* gnu/packages/linux.scm (perf)[arguments]: Use "prefix", not "DESTDIR". This allows 'perf report' to find 'tips.txt'.
This commit is contained in:
parent
1d484507dc
commit
65dabe4e18
|
@ -2506,7 +2506,7 @@ in a digital read-out.")
|
||||||
(setenv "SHELL_PATH" (which "bash"))
|
(setenv "SHELL_PATH" (which "bash"))
|
||||||
(chdir "tools/perf")
|
(chdir "tools/perf")
|
||||||
#t)))
|
#t)))
|
||||||
#:make-flags (list (string-append "DESTDIR="
|
#:make-flags (list (string-append "prefix="
|
||||||
(assoc-ref %outputs "out"))
|
(assoc-ref %outputs "out"))
|
||||||
"WERROR=0"
|
"WERROR=0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue