summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-03-20 01:19:47 +0200
committerPerttu Ahola <celeron55@gmail.com>2012-03-20 01:19:47 +0200
commit2de91f11fb17a725d9a0ce6df5744b7bbbdb0f6a (patch)
tree0691820c7f98a17710c69fbf6032aa195f308196
parent50621ffe851223fb791d4ba47959585154d59d3f (diff)
downloadminetest-2de91f11fb17a725d9a0ce6df5744b7bbbdb0f6a.tar.gz
minetest-2de91f11fb17a725d9a0ce6df5744b7bbbdb0f6a.tar.bz2
minetest-2de91f11fb17a725d9a0ce6df5744b7bbbdb0f6a.zip
Add mods/mesetint/mods_here.txt to be installed on RUN_IN_PLACE builds
-rw-r--r--.gitignore1
-rw-r--r--CMakeLists.txt3
-rw-r--r--mods/mesetint/mods_here.txt1
3 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c386b77be..e5c5c9d7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,7 @@ cache/
textures/
sounds/
mods/
+!mods/mesetint/mods_here.txt
worlds/
world/
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c6f878823..b8a5b4c75 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -90,6 +90,9 @@ if(BUILD_CLIENT)
#install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/sounds/base/pack" DESTINATION "${SHAREDIR}/sounds/base")
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/textures/base/pack" DESTINATION "${SHAREDIR}/textures/base")
endif()
+if(RUN_IN_PLACE)
+ install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/mods/mesetint/mods_here.txt" DESTINATION "${SHAREDIR}/mods/mesetint")
+endif()
install(FILES "README.txt" DESTINATION "${DOCDIR}")
install(FILES "minetest.conf.example" DESTINATION "${EXAMPLE_CONF_DIR}")
diff --git a/mods/mesetint/mods_here.txt b/mods/mesetint/mods_here.txt
new file mode 100644
index 000000000..63042b493
--- /dev/null
+++ b/mods/mesetint/mods_here.txt
@@ -0,0 +1 @@
+You can install Minetest/MeseTint mods by copying (and extracting) them into this folder.