Skip to content

Commit

Permalink
buildsystem: fixed install path issues from #81
Browse files Browse the repository at this point in the history
  • Loading branch information
mic-e committed Nov 12, 2014
1 parent 207b6a3 commit 4e1173c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/CMakeLists.txt
Expand Up @@ -6,8 +6,8 @@ import PIL.Image;
cropped=PIL.Image.open('${GLOBAL_ASSET_DIR}/gaben.png').crop((92,137,604,649));
cropped.save('${CMAKE_BINARY_DIR}/dist/openage.png')")

install(FILES "${GLOBAL_ASSET_DIR}/dist/openage.desktop"
DESTINATION "${CMAKE_INSTALL_PREFIX}/usr/share/applications")
install(FILES "${CMAKE_SOURCE_DIR}/dist/openage.desktop"
DESTINATION "${CMAKE_INSTALL_PREFIX}/share/applications")

install(FILES "${CMAKE_BINARY_DIR}/dist/openage.png"
DESTINATION "${CMAKE_INSTALL_PREFIX}/usr/share/pixmaps")
DESTINATION "${CMAKE_INSTALL_PREFIX}/share/pixmaps")

0 comments on commit 4e1173c

Please sign in to comment.