projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be32adc
)
fixed a path in build system's packaging part
author
Perttu Ahola
<celeron55@gmail.com>
Wed, 23 Feb 2011 09:12:03 +0000
(11:12 +0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Wed, 23 Feb 2011 09:12:03 +0000
(11:12 +0200)
src/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/CMakeLists.txt
b/src/CMakeLists.txt
index 3f151199f762645672c56bbc5ae652faa387dd7b..01ab2df5db7e26a58c566cb0f1b4072c53242eb5 100644
(file)
--- a/
src/CMakeLists.txt
+++ b/
src/CMakeLists.txt
@@
-192,7
+192,7
@@
endif()
# Example configuration file
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../minetest.conf.example" DESTINATION ${EXAMPLE_CONF_DIR})
-install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/../data/
luaobjec
ts" DESTINATION ${DATADIR})
+install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/../data/
scrip
ts" DESTINATION ${DATADIR})
if(BUILD_CLIENT)
install(TARGETS minetest DESTINATION ${BINDIR})