]> git.pld-linux.org Git - packages/aces_container.git/blame - aces_container-libdir.patch
- updated to 1.0.2
[packages/aces_container.git] / aces_container-libdir.patch
CommitLineData
1cdf84ac
JB
1--- aces_container-1.0/CMakeLists.txt.orig 2013-07-27 01:07:55.000000000 +0200
2+++ aces_container-1.0/CMakeLists.txt 2014-04-05 21:12:50.040574218 +0200
3@@ -104,7 +104,7 @@
4 find_package( PkgConfig )
5 if ( PKG_CONFIG_FOUND )
6 configure_file(config/AcesContainer.pc.in "${PROJECT_BINARY_DIR}/AcesContainer.pc" @ONLY)
7-install( FILES "${PROJECT_BINARY_DIR}/AcesContainer.pc" DESTINATION lib/pkgconfig COMPONENT dev )
8+install( FILES "${PROJECT_BINARY_DIR}/AcesContainer.pc" DESTINATION lib${LIB_SUFFIX}/pkgconfig COMPONENT dev )
9 endif()
10
11 include_directories(
This page took 0.054389 seconds and 4 git commands to generate.