Remove version
authorMathieu Malaterre <malat@debian.org>
Tue, 18 Feb 2025 11:05:41 +0000 (12:05 +0100)
committerMathieu Malaterre <malat@debian.org>
Tue, 18 Feb 2025 11:05:41 +0000 (12:05 +0100)
Forwarded: not-needed
Last-Update: 2023-11-06

Gbp-Pq: Name remove_version.patch

CMake/GenerateDCMTKConfigure.cmake

index a3856d3d078e02b19f06480b8c8ae8135eb4e471..865d440cbd2119196d7757ffbe3c66a7a3dd8729 100644 (file)
@@ -195,7 +195,7 @@ else()
 
   # Modify the installation paths for configuration files, data files and documents
   # by adding a subdirectory with the DCMTK name and version number
-  set(CMAKE_INSTALL_SYSCONFDIR "${CMAKE_INSTALL_SYSCONFDIR}/dcmtk-${DCMTK_COMPLETE_PACKAGE_VERSION}")
+  set(CMAKE_INSTALL_SYSCONFDIR "${CMAKE_INSTALL_SYSCONFDIR}/dcmtk")
   set(CMAKE_INSTALL_DATADIR "${CMAKE_INSTALL_DATADIR}/dcmtk-${DCMTK_COMPLETE_PACKAGE_VERSION}")
   set(CMAKE_INSTALL_DOCDIR "${CMAKE_INSTALL_DOCDIR}-${DCMTK_COMPLETE_PACKAGE_VERSION}")