]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
move conffiles to debian folder
authorBastian Dehn <hhaalo@arcor.de>
Sat, 13 Apr 2024 08:27:28 +0000 (10:27 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 13 Apr 2024 08:27:28 +0000 (10:27 +0200)
src/CMakeLists.txt
src/conffiles.in [deleted file]
src/debian/conffiles.in [new file with mode: 0644]

index 89223a04bb178838ee63b08ebe16a9cf3d748bbb..3f0e2a257a783cbb460addab0dc69e4cefa75557 100644 (file)
@@ -29,7 +29,7 @@ SET(CONFIG_FILE ${CMAKE_INSTALL_PREFIX}/${CONFIG_INSTALL_PATH}/kds_s2000w_net.co
 MESSAGE(STATUS "CONFIG_FILE " ${CONFIG_FILE})
 
 CONFIGURE_FILE(config.h.in config.h)
-CONFIGURE_FILE(conffiles.in conffiles)
+CONFIGURE_FILE(debian/conffiles.in conffiles)
 
 ADD_LIBRARY("sane-kds_s2000w_net"
        SHARED
diff --git a/src/conffiles.in b/src/conffiles.in
deleted file mode 100644 (file)
index 76e68df..0000000
+++ /dev/null
@@ -1 +0,0 @@
-@CONFIG_FILE@
diff --git a/src/debian/conffiles.in b/src/debian/conffiles.in
new file mode 100644 (file)
index 0000000..76e68df
--- /dev/null
@@ -0,0 +1 @@
+@CONFIG_FILE@