gnu: red-eclipse: Add example server configuration file to config
directory. * gnu/packages/games.scm (red-eclipse)[phases]: Add server configuration file.
This commit is contained in:
parent
14b865dc3e
commit
66c65aafa7
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue