aboutsummaryrefslogtreecommitdiff
path: root/ports/harfbuzz/0001-fix-cmake-export.patch
blob: c3264dfd532c6212b60793c818e7e6480e6e1544 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 019e205..8a464a5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -795,7 +795,7 @@ if (NOT SKIP_INSTALL_LIBRARIES AND NOT SKIP_INSTALL_ALL)
   )
   install(EXPORT harfbuzzConfig
       NAMESPACE harfbuzz::
-      DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/harfbuzz
+      DESTINATION share/harfbuzz
   )
   if (HB_BUILD_UTILS)
     if (WIN32 AND BUILD_SHARED_LIBS)