summaryrefslogtreecommitdiff
path: root/UnityCore
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2016-08-31 19:30:15 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2016-08-31 19:30:15 +0200
commit26e30deb75052fafb5865f4236cae17d5c710e5a (patch)
treeb9f771f85cbe66f43d88838e2af12afd8f4d98aa /UnityCore
parent441ef596be2d17da00085692e0b2f77162ede238 (diff)
DBusIndicators: use UNITY_LIBDIR
(bzr r4177.4.5)
Diffstat (limited to 'UnityCore')
-rw-r--r--UnityCore/DBusIndicators.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnityCore/DBusIndicators.cpp b/UnityCore/DBusIndicators.cpp
index 5dade1f57..b9c17e105 100644
--- a/UnityCore/DBusIndicators.cpp
+++ b/UnityCore/DBusIndicators.cpp
@@ -123,7 +123,7 @@ void DBusIndicators::Impl::CheckLocalService()
// This is obviously hackish, but this part of the code is mostly hackish...
// Let's attempt to run it from where we expect it to be
- std::string cmd = UNITY_INSTALL_LIBDIR"/" + std::string("unity-panel-service");
+ std::string cmd = UNITY_LIBDIR"/" + std::string("unity-panel-service");
LOG_WARN(logger) << "Couldn't load panel from installed services, "
<< "so trying to load panel from known location: " << cmd;