From c2c2be0392467cf671765179e645d93af4f741fc Mon Sep 17 00:00:00 2001
From: Matthias Vogelgesang <matthias.vogelgesang@kit.edu>
Date: Wed, 19 Aug 2015 15:15:22 +0200
Subject: Fix pkgconfig install dir

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9c629fe..e274ba8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/ufodecode.pc.in"
 
 install(FILES 
     ${CMAKE_CURRENT_BINARY_DIR}/ufodecode.pc 
-    DESTINATION ${LIBUFODECODE_PKGCONFIGDIR}/pkgconfig)
+    DESTINATION ${LIBUFODECODE_PKGCONFIGDIR})
 
 add_subdirectory(src)
 add_subdirectory(doc)
-- 
cgit v1.2.3