aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-02-06 05:48:14 +0800
committerDan Winship <danw@src.gnome.org>2003-02-06 05:48:14 +0800
commit4fe7f116d9bd30f6ce3034eeb5d8a5f1edc3bf0e (patch)
treec767c7669cfd4c95ed92c3144318a7d96fd30d30 /data
parent2b798e6820feeb5e830c49153ba64406d6e19db2 (diff)
downloadgsoc2013-evolution-4fe7f116d9bd30f6ce3034eeb5d8a5f1edc3bf0e.tar
gsoc2013-evolution-4fe7f116d9bd30f6ce3034eeb5d8a5f1edc3bf0e.tar.gz
gsoc2013-evolution-4fe7f116d9bd30f6ce3034eeb5d8a5f1edc3bf0e.tar.bz2
gsoc2013-evolution-4fe7f116d9bd30f6ce3034eeb5d8a5f1edc3bf0e.tar.lz
gsoc2013-evolution-4fe7f116d9bd30f6ce3034eeb5d8a5f1edc3bf0e.tar.xz
gsoc2013-evolution-4fe7f116d9bd30f6ce3034eeb5d8a5f1edc3bf0e.tar.zst
gsoc2013-evolution-4fe7f116d9bd30f6ce3034eeb5d8a5f1edc3bf0e.zip
use privdatadir
* data/Makefile.am (dtappintegrate, dtappunintegrate): use privdatadir svn path=/trunk/; revision=19770
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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