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

directory.

* gnu/packages/games.scm (red-eclipse)[phases]: Add server configuration
file.
master
Kei Kebreau 2016-08-01 11:48:39 -04:00
parent 14b865dc3e
commit 66c65aafa7
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 0 deletions

View File

@ -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))