aboutsummaryrefslogtreecommitdiffstats
path: root/data/Makefile.am
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/Makefile.am
parent2b798e6820feeb5e830c49153ba64406d6e19db2 (diff)
downloadgsoc2013-evolution-4fe7f116d9bd30f6ce3034eeb5d8a5f1edc3bf0e.tar.gz
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/Makefile.am')
-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
/td>Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-6/+6 * Typos, whitespace and capitalization fixes (G-P).olgeni2015-09-211-1/+1 * Fix ${opt}_* variables.hrs2015-07-251-7/+7 * MASTER_SITES cleanup.mat2015-05-141-11/+7 * Make fonts repecting XDGbapt2015-03-222-5/+4 * Cleanup plistantoine2014-11-121-1/+0 * - Remove a few remaining $Id$ from pkg-plistsak2014-11-071-1/+0 * Rename the rather surprising number of japanese/ patch-xy patchesadamw2014-07-296-0/+0 * Remove indefinite articles and trailing periods from COMMENT, plus minorolgeni2014-07-061-1/+1 * - STAGEDIR support.hrs2014-05-252-44/+34 * Fix properties on pkg-plistbapt2014-01-221-1/+0 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * New USES imake to handle the dependency on imake.bapt2013-06-281-1/+1 * = Fix plistmiwi2013-06-141-1/+0 * Fix build with clangbapt2013-06-131-0/+1 * Fix SIGSEGV when pasting multibyte characters.hrs2013-01-203-11/+50 * Add UTF-8 support.hrs2013-01-203-11/+14 * Fix the port build: I forgot to test after a 'rmconfig'eadler2012-09-261-1/+2 * convert to optionsNGeadler2012-09-261-14/+14 * - Reassign nork@ ports to the heaptabthorpe2012-08-161-1/+1 * - Get Rid MD5 supportmiwi2011-03-191-8/+0 * Fix build error on 9-current (utmpx) by disabling UTMP.nork2010-01-252-5/+28