Skip to content

Commit 314e4dd

Browse files
committedAug 4, 2013
Fix installation of textures/texture_packs_here.txt
1 parent 44eb016 commit 314e4dd

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
@@ -153,7 +153,7 @@ if(BUILD_CLIENT)
153153
endif()
154154
if(RUN_IN_PLACE)
155155
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/mods/mods_here.txt" DESTINATION "${SHAREDIR}/mods")
156-
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/textures/all/textures_here.txt" DESTINATION "${SHAREDIR}/textures/all")
156+
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/textures/texture_packs_here.txt" DESTINATION "${SHAREDIR}/textures")
157157
endif()
158158

159159
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/fonts" DESTINATION "${SHAREDIR}")

0 commit comments

Comments
 (0)
Please sign in to comment.