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: actually ins


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: contrib: guix: actually install the gnunet-c-tutorial.
Date: Thu, 07 Sep 2017 22:39:01 +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 ddb69964c contrib: guix: actually install the gnunet-c-tutorial.
ddb69964c is described below

commit ddb69964c318665992def8950c6183809caa95f0
Author: ng0 <address@hidden>
AuthorDate: Thu Sep 7 20:38:32 2017 +0000

    contrib: guix: actually install the gnunet-c-tutorial.
---
 contrib/packages/guix/packages/gnunet/packages/gnunet.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm 
b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
index 431f48dfe..7840705a6 100644
--- a/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
+++ b/contrib/packages/guix/packages/gnunet/packages/gnunet.scm
@@ -231,7 +231,12 @@
                (install-file "gnunet.info" doc)
                (copy-recursively "gnunet"
                                  (string-append doc
-                                                "/gnunet")))
+                                                "/gnunet"))
+               (install-file "gnunet-c-tutorial.pdf" doc)
+               (install-file "gnunet-c-tutorial.info" doc)
+               (copy-recursively "gnunet-c-tutorial"
+                                 (string-append doc
+                                                "/gnunet-c-tutorial")))
              #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]