1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-16 11:42:05 +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(
FILES ${CMAKE_BINARY_DIR}/clementine-spotifyblob
DESTINATION ${CMAKE_BINARY_DIR}/spotify/version${SPOTIFY_BLOB_VERSION}-${SPOTIFY_BLOB_ARCH}bit/blob
RENAME ${SPOTIFY_BLOB_NAME}
DESTINATION ${CMAKE_BINARY_DIR}/spotify/version${SPOTIFY_BLOB_VERSION}-${SPOTIFY_BLOB_ARCH}bit/
RENAME blob
)
endif(LINUX)