diff options
author | Kei Kebreau <kei@openmailbox.org> | 2016-08-01 11:48:39 -0400 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2016-08-01 11:48:39 -0400 |
commit | 66c65aafa73f9ca816825abb7f84b353f7bcfdf6 (patch) | |
tree | 7068005eadb6e4423c5082a2435b3984b49cd055 /gnu | |
parent | 14b865dc3e2106924b1ccd6d60ceb8779a78c6f0 (diff) | |
download | patches-66c65aafa73f9ca816825abb7f84b353f7bcfdf6.tar patches-66c65aafa73f9ca816825abb7f84b353f7bcfdf6.tar.gz |
gnu: red-eclipse: Add example server configuration file to config
directory.
* gnu/packages/games.scm (red-eclipse)[phases]: Add server configuration
file.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 52894e3322..e98d627538 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)) |