guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: red-eclipse: Add example server configuration file to config


From: Kei Kebreau
Subject: 02/02: gnu: red-eclipse: Add example server configuration file to config directory.
Date: Mon, 1 Aug 2016 15:51:38 +0000 (UTC)

kkebreau pushed a commit to branch master
in repository guix.

commit 66c65aafa73f9ca816825abb7f84b353f7bcfdf6
Author: Kei Kebreau <address@hidden>
Date:   Mon Aug 1 11:48:39 2016 -0400

    gnu: red-eclipse: Add example server configuration file to config
    directory.
    
    * gnu/packages/games.scm (red-eclipse)[phases]: Add server configuration
    file.
---
 gnu/packages/games.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 52894e3..e98d627 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2185,6 +2185,8 @@ http://lavachat.symlynx.com/unix/";)
                (let ((out (assoc-ref outputs "out")))
                  (copy-recursively "config"
                                    (string-append out "/config"))
+                 (copy-file "doc/examples/servinit.cfg"
+                            (string-append out "/config/servinit.cfg"))
                  (copy-recursively "data"
                                    (string-append out "/data")))
                #t))



reply via email to

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