1--- cmake/modules/PkgConfigEx.cmake.orig	2017-06-02 14:39:21 UTC
2+++ cmake/modules/PkgConfigEx.cmake
3@@ -85,6 +85,6 @@ macro(add_pkgconfig_file _input _output)
4 	)
5
6 	install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${_output}
7-		DESTINATION ${LIB_INSTALL_DIR}/pkgconfig
8+		DESTINATION ${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig
9 	)
10 endmacro()
11