aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--data/Makefile.am4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d4482e6cbd..47cb85d135 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
privincludedir, serverdir, evolutionuidir, imagesdir, buttonsdir,
soundsdir, gladedir, etspecdir, and viewsdir.
+ * data/Makefile.am (dtappintegrate, dtappunintegrate): use
+ privdatadir
+
2003-02-04 Dan Winship <danw@ximian.com>
* configure.in: Update AC_DEFINEs to use the new syntax to make
diff --git a/data/Makefile.am b/data/Makefile.am
index dc85f6adc1..23f8c01da4 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -46,11 +46,11 @@ if HAVE_DTAPPINTEGRATE
# This installs Evolution into the Application Manager on CDE
dtappintegrate:
- $(DTAPPINTEGRATE) -s $(prefix)/share/evolution-$(BASE_VERSION)/cde_app_root
+ $(DTAPPINTEGRATE) -s $(privdatadir)/cde_app_root
# ...And this uninstalls it
dtappunintegrate:
- $(DTAPPINTEGRATE) -u -s $(prefix)/share/evolution-$(BASE_VERSION)/cde_app_root
+ $(DTAPPINTEGRATE) -u -s $(privdatadir)/cde_app_root
endif