aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-08 09:44:17 -0600
committerTed Gould <ted@canonical.com>2009-08-08 09:44:17 -0600
commit840f181d3e1f0cce77a9460f975f5f3b81b9263f (patch)
tree848526077b0370a971555a2eaeeee23e51ae5a9f /configure.ac
parent0776820b0fad4a18842902c470b263e0913366cc (diff)
downloadayatana-indicator-session-840f181d3e1f0cce77a9460f975f5f3b81b9263f.tar.gz
ayatana-indicator-session-840f181d3e1f0cce77a9460f975f5f3b81b9263f.tar.bz2
ayatana-indicator-session-840f181d3e1f0cce77a9460f975f5f3b81b9263f.zip
Fixing the local install of the icons
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 69ca490..cc30a8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,7 +67,7 @@ AC_ARG_ENABLE(localinstall, AS_HELP_STRING([--enable-localinstall], [install all
if test "x$with_localinstall" = "xyes"; then
INDICATORDIR="${libdir}/indicators/2/"
- INDICATORICONSDIR="${pkgdatadir}/icons/"
+ INDICATORICONSDIR="${datadir}/indicator-applet/icons/"
else
INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator`
INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator`