aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/utf8proc/files/patch-CMakeLists.txt
blob: 17c0d46124c4f0b55ddd64477613613b29c5a739 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- CMakeLists.txt.orig	2021-12-17 21:31:08 UTC
+++ CMakeLists.txt
@@ -62,7 +62,7 @@ if (UTF8PROC_INSTALL)
     RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_BINDIR}"
   )
   configure_file(libutf8proc.pc.cmakein libutf8proc.pc @ONLY)
-  install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libutf8proc.pc" DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}/pkgconfig")
+  install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libutf8proc.pc" DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}data/pkgconfig")
 endif()
 
 if(UTF8PROC_ENABLE_TESTING)