gnu: american-fuzzy-lop: Fix documentation directory.
* gnu/packages/debug.scm (american-fuzzy-lop)[arguments]: Install documentation into its conventional location.
parent
6838611252
commit
317b13f30e
|
@ -230,6 +230,8 @@ tools that process C/C++ code.")
|
|||
#t))))))))))))
|
||||
(arguments
|
||||
`(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
||||
(string-append "DOC_PATH=$(PREFIX)/share/doc/"
|
||||
,name "-" ,version)
|
||||
"CC=gcc")
|
||||
#:phases (modify-phases %standard-phases
|
||||
(delete 'configure)
|
||||
|
|
Reference in New Issue