mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -2506,7 +2506,7 @@ (define-public perf
|
||||||
(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 a new issue