aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-10-29 01:32:56 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-10-29 01:32:56 +0800
commit21d6683303107d21231aba2318ede13f4170e466 (patch)
tree263e7620ec3a31fc563c3a980e839022c9ac8d5e
parent114228aa4b957905cb71656fc0c79fbd85f7f5d3 (diff)
downloadgsoc2013-evolution-21d6683303107d21231aba2318ede13f4170e466.tar
gsoc2013-evolution-21d6683303107d21231aba2318ede13f4170e466.tar.gz
gsoc2013-evolution-21d6683303107d21231aba2318ede13f4170e466.tar.bz2
gsoc2013-evolution-21d6683303107d21231aba2318ede13f4170e466.tar.lz
gsoc2013-evolution-21d6683303107d21231aba2318ede13f4170e466.tar.xz
gsoc2013-evolution-21d6683303107d21231aba2318ede13f4170e466.tar.zst
gsoc2013-evolution-21d6683303107d21231aba2318ede13f4170e466.zip
no need to use destdir
2001-10-28 JP Rosevear <jpr@ximian.com> * data/Makefile.am: no need to use destdir svn path=/trunk/; revision=14298
-rw-r--r--ChangeLog4
-rw-r--r--data/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c099f77713..17a068d2da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-28 JP Rosevear <jpr@ximian.com>
+
+ * data/Makefile.am: no need to use destdir
+
2001-10-27 Christopher James Lahey <clahey@ximian.com>
* configure.in: Bumped required version of gal to 0.15.99.6.
diff --git a/data/Makefile.am b/data/Makefile.am
index 7fc41a5ae3..5c3fdfa410 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -12,7 +12,7 @@ mimedir = $(datadir)/mime-info
mime_DATA = evolution.mime
if HAVE_KDE_APPLNK
-kdedesktopdir = $(DESTDIR)/$(KDE_APPLNK_DIR)/Applications
+kdedesktopdir = $(KDE_APPLNK_DIR)/Applications
kdedesktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
endif