From 7c1171f7846459412a213cd3aa16efc918f54646 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Thu, 29 May 2014 19:07:44 +0700 Subject: Fix wireshark.pc install destination Change-Id: I136d654ac5ea54237494d9b61c3ddb445b0720ae Reviewed-on: https://code.wireshark.org/review/1863 Reviewed-by: Alexis La Goutte --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 93c8810e86..ab2e4b3904 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1485,7 +1485,7 @@ install( FILES "${CMAKE_BINARY_DIR}/wireshark.pc" DESTINATION - ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/pkgconfig + ${CMAKE_INSTALL_LIBDIR}/pkgconfig ) install( -- cgit v1.2.3