mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-29 06:35:20 +01:00
small fixes: crack texture, server build on windows, configuration file example, adding config file example to install
This commit is contained in:
@@ -45,15 +45,18 @@ if(WIN32)
|
||||
set(DATADIR "data")
|
||||
set(BINDIR "bin")
|
||||
set(DOCDIR "doc")
|
||||
set(EXAMPLE_CONF_DIR ".")
|
||||
elseif(APPLE)
|
||||
# random placeholders
|
||||
set(DATADIR "share/minetest")
|
||||
set(BINDIR "bin")
|
||||
set(DOCDIR "share/doc/minetest")
|
||||
elseif(UNIX)
|
||||
set(EXAMPLE_CONF_DIR ".")
|
||||
elseif(UNIX) # Linux, BSD etc
|
||||
set(DATADIR "usr/share/minetest")
|
||||
set(BINDIR "usr/bin")
|
||||
set(DOCDIR "usr/share/doc/minetest")
|
||||
set(EXAMPLE_CONF_DIR "usr/share/doc/minetest")
|
||||
endif()
|
||||
|
||||
install(FILES "doc/README.txt" DESTINATION "${DOCDIR}")
|
||||
|
||||
Reference in New Issue
Block a user