From: Bastian Dehn Date: Sat, 2 Mar 2024 21:55:47 +0000 (+0100) Subject: fix installing config not exists X-Git-Tag: v1.0.0^2~144^2 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=11b3e07fb3773106a0fc897142165aec90c790a0;p=sane-kds-s2000w-net.git fix installing config not exists --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ef38615..ae41c8e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -40,7 +40,7 @@ target_link_libraries("sane-kds_s2000w_net" install(TARGETS "sane-kds_s2000w_net" DESTINATION ${SANE_LIBRARY_BACKEND_PATH}) -if (NOT EXISTS ${SANE_CONFIG_PATH}/kds_s2000w_net.conf) +if (NOT EXISTS "${SANE_CONFIG_PATH}/kds_s2000w_net.conf") install(FILES "kds_s2000w_net.conf" DESTINATION ${SANE_CONFIG_PATH}) endif() \ No newline at end of file