Skip to content

Commit b2577b1

Browse files
committedMay 19, 2013
Install mods/mods_here.txt instead of mods/minetest/mods_here.txt
1 parent 93474c4 commit b2577b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ if(BUILD_CLIENT)
145145
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/textures/base/pack" DESTINATION "${SHAREDIR}/textures/base")
146146
endif()
147147
if(RUN_IN_PLACE)
148-
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/mods/minetest/mods_here.txt" DESTINATION "${SHAREDIR}/mods/minetest")
148+
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/mods/mods_here.txt" DESTINATION "${SHAREDIR}/mods")
149149
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/textures/all/textures_here.txt" DESTINATION "${SHAREDIR}/textures/all")
150150
endif()
151151

0 commit comments

Comments
 (0)
Please sign in to comment.