Skip to content

Commit

Permalink
cmake: Don't try to install empty sounds directory
Browse files Browse the repository at this point in the history
As git doesn't know about directories, we can't keep the empty sounds
directory in git, so remove the install command for it as well.

Fixes #118
  • Loading branch information
dobey committed Apr 6, 2022
1 parent dea5d66 commit 367266f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,6 @@ install(DIRECTORY qml/keys qml/languages
install(FILES qml/ActionsToolbar.qml qml/FloatingActions.qml qml/Keyboard.qml qml/KeyboardContainer.qml qml/WordRibbon.qml
DESTINATION ${MALIIT_KEYBOARD_QML_DIR})

install(DIRECTORY data/sounds
DESTINATION ${MALIIT_KEYBOARD_DATA_DIR})
install(DIRECTORY data/themes
DESTINATION ${MALIIT_KEYBOARD_DATA_DIR})
install(DIRECTORY data/devices
Expand Down

0 comments on commit 367266f

Please sign in to comment.