summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/CMakeLists.txt2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index d7b9c438..53fa4561 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -671,7 +671,7 @@ if(UNIX)
endforeach()
set(original_prefix "${CMAKE_INSTALL_PREFIX}")
if(DBUS_RELOCATABLE)
- set(pkgconfig_prefix "\${pcfiledir}/../../")
+ set(pkgconfig_prefix "\${pcfiledir}/../..")
else()
set(pkgconfig_prefix "\${original_prefix}")
endif()
diff --git a/configure.ac b/configure.ac
index 51a016dc..916633d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1584,7 +1584,7 @@ AS_IF([test "x$enable_relocation" = xauto],
AS_IF([test "x$enable_relocation" = xyes],
- [AC_SUBST([pkgconfig_prefix], ['${pcfiledir}/../../'])],
+ [AC_SUBST([pkgconfig_prefix], ['${pcfiledir}/../..'])],
[AC_SUBST([pkgconfig_prefix], ['${original_prefix}'])])
#### Directory to source sysconfdir configuration from