build-system/minetest: Install config.txt and _config.txt.
* guix/build/minetest-build-system.scm (mod-install-plan): Add "config.txt" and "_config.txt" to the list of installed files. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
b0248a52e0
commit
9a8c7808cc
@ -41,7 +41,7 @@
|
||||
;; See <https://github.com/minetest/minetest/blob/master/doc/lua_api.txt>
|
||||
;; for an incomple list of files that can be found in mods.
|
||||
#:include ("mod.conf" "modpack.conf" "settingtypes.txt" "depends.txt"
|
||||
"description.txt")
|
||||
"description.txt" "config.txt" "_config.txt")
|
||||
#:include-regexp (".lua$" ".png$" ".ogg$" ".obj$" ".b3d$" ".tr$"
|
||||
".mts$"))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user