gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: contrib: guix: fix gnunet-d


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: contrib: guix: fix gnunet-doc package.
Date: Thu, 24 Aug 2017 12:51:38 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 4c4d52c50 contrib: guix: fix gnunet-doc package.
4c4d52c50 is described below

commit 4c4d52c50cca5ff22ec12839ba6c629f705fef00
Author: ng0 <address@hidden>
AuthorDate: Thu Aug 24 10:51:19 2017 +0000

    contrib: guix: fix gnunet-doc package.
---
 contrib/packages/guix/packages/gnunet/packages/gnunet.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm 
b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
index 8786a54bc..acbba303f 100644
--- a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
+++ b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
@@ -226,11 +226,12 @@
              (let* ((out (assoc-ref outputs "out"))
                     (doc (string-append out "/share/doc/gnunet")))
                (mkdir-p doc)
+               (mkdir-p (string-append doc "/gnunet"))
                (install-file "gnunet.pdf" doc)
                (install-file "gnunet.info" doc)
-               (copy-file-recursively "gnunet.html"
-                                      (string-append doc
-                                                     "/html")))
+               (copy-recursively "gnunet"
+                                 (string-append doc
+                                                "/gnunet")))
              #t)))))
     (synopsis "GNUnet documentation")
     (description

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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