Files
MINGW-packages/mingw-w64-mapserver/0002-mapserver-8.0.0-sysconf-dir.patch
Konstantin Podsvirov cf2a07b37c mapserver: New package
2023-02-14 00:02:42 +05:30

12 lines
317 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 949900c55..890617141 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1101,5 +1101,5 @@ install(
install(
FILES ${PROJECT_SOURCE_DIR}/etc/mapserver-sample.conf
- DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/
+ DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/
)