1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-29 02:29:56 +01:00

Oops, fix the name of the locally installed blob

This commit is contained in:
David Sansome 2011-04-29 20:01:04 +00:00
parent be69ad9225
commit 1720fb3506

View File

@ -48,7 +48,7 @@ if(LINUX)
install( install(
FILES ${CMAKE_BINARY_DIR}/clementine-spotifyblob FILES ${CMAKE_BINARY_DIR}/clementine-spotifyblob
DESTINATION ${CMAKE_BINARY_DIR}/spotify/version${SPOTIFY_BLOB_VERSION}-${SPOTIFY_BLOB_ARCH}bit/blob DESTINATION ${CMAKE_BINARY_DIR}/spotify/version${SPOTIFY_BLOB_VERSION}-${SPOTIFY_BLOB_ARCH}bit/
RENAME ${SPOTIFY_BLOB_NAME} RENAME blob
) )
endif(LINUX) endif(LINUX)