summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSam Tygier <[email protected]>2011-12-24 20:03:14 +0000
committerSam Tygier <[email protected]>2011-12-24 20:03:14 +0000
commitef37d8f0e5391a6c955e5c77816b182d5f6ee824 (patch)
treee52c7dd4ca05425c2ffeb583951da1b79d0b61f8 /src
parentb7b15266d086a24e8b48868b9b1b18bc04cd6c21 (diff)
downloadmate-system-monitor-ef37d8f0e5391a6c955e5c77816b182d5f6ee824.tar.bz2
mate-system-monitor-ef37d8f0e5391a6c955e5c77816b182d5f6ee824.tar.xz
Use MATECONFTOOL in makefile. Without this install fails if PATH for sudo does not contain install prefixed bin.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8794e47..fb22e4b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -63,7 +63,7 @@ install-data-local:
if test -z "$(DESTDIR)"; then \
for p in $(schema_DATA); do \
MATECONF_CONFIG_SOURCE=$(MATECONF_SCHEMA_CONFIG_SOURCE) \
- mateconftool-2 --makefile-install-rule $(top_builddir)/src/$$p; \
+ ${MATECONFTOOL} --makefile-install-rule $(top_builddir)/src/$$p; \
done; \
fi
else