diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-06-27 07:57:20 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-06-27 07:57:20 +0200 |
commit | 056b517b62963f49345667e0b9c8491e492a6532 (patch) | |
tree | b3381ca8ed40f9e19ec15d625deffcb66b4e4fcb | |
parent | 23d6e3a8f9fface5127cb4036621f478ca1338f5 (diff) | |
parent | b31cebcb6ad2f76eb7ad3a39948057106c4771ae (diff) | |
download | ayatana-indicator-datetime-056b517b62963f49345667e0b9c8491e492a6532.tar.gz ayatana-indicator-datetime-056b517b62963f49345667e0b9c8491e492a6532.tar.bz2 ayatana-indicator-datetime-056b517b62963f49345667e0b9c8491e492a6532.zip |
Merge branch 'tari01-pr/fix-copy-failure'
Attributs GH PR #43: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/43
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 455eb04..5206259 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -27,7 +27,7 @@ execute_process (COMMAND ${PKG_CONFIG_EXECUTABLE} gio-2.0 --variable glib_compil OUTPUT_STRIP_TRAILING_WHITESPACE) add_custom_command (OUTPUT gschemas.compiled DEPENDS ${CMAKE_BINARY_DIR}/data/org.ayatana.indicator.datetime.gschema.xml - COMMAND cp -f ${CMAKE_BINARY_DIR}/data/*gschema.xml ${SCHEMA_DIR} + COMMAND cp -n ${CMAKE_BINARY_DIR}/data/*gschema.xml ${SCHEMA_DIR} COMMAND ${COMPILE_SCHEMA_EXECUTABLE} ${SCHEMA_DIR}) # look for headers in our src dir, and also in the directories where we autogenerate files... |