gnu: american-fuzzy-lop: Fix documentation directory.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 17 Mar 2020 22:00:42 +0000 (23:00 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 17 Mar 2020 22:09:23 +0000 (23:09 +0100)
* gnu/packages/debug.scm (american-fuzzy-lop)[arguments]: Install
documentation into its conventional location.

gnu/packages/debug.scm

index 34cc479..3e3c308 100644 (file)
@@ -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)