guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/12: gnu: american-fuzzy-lop: Fix documentation directory.


From: guix-commits
Subject: 01/12: gnu: american-fuzzy-lop: Fix documentation directory.
Date: Tue, 17 Mar 2020 18:10:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 317b13f30e1e23e8fb2f18fcff50b8ee2e448321
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue Mar 17 23:00:42 2020 +0100

    gnu: american-fuzzy-lop: Fix documentation directory.
    
    * gnu/packages/debug.scm (american-fuzzy-lop)[arguments]: Install
    documentation into its conventional location.
---
 gnu/packages/debug.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 34cc479..3e3c308 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]