diff options
author | JP Rosevear <jpr@ximian.com> | 2001-10-22 22:27:39 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-10-22 22:27:39 +0800 |
commit | f2b037366ef0c6db7b544b6c4ad8fa8397faa6e5 (patch) | |
tree | 3da78f2a8d3daaaf29794549addbec45b0c8be70 | |
parent | 3b3c44b51c30146e88805a67f1ba548107bc3c57 (diff) | |
download | gsoc2013-evolution-f2b037366ef0c6db7b544b6c4ad8fa8397faa6e5.tar gsoc2013-evolution-f2b037366ef0c6db7b544b6c4ad8fa8397faa6e5.tar.gz gsoc2013-evolution-f2b037366ef0c6db7b544b6c4ad8fa8397faa6e5.tar.bz2 gsoc2013-evolution-f2b037366ef0c6db7b544b6c4ad8fa8397faa6e5.tar.lz gsoc2013-evolution-f2b037366ef0c6db7b544b6c4ad8fa8397faa6e5.tar.xz gsoc2013-evolution-f2b037366ef0c6db7b544b6c4ad8fa8397faa6e5.tar.zst gsoc2013-evolution-f2b037366ef0c6db7b544b6c4ad8fa8397faa6e5.zip |
include destdir in the path of the kde desktop installation dir
2001-10-22 JP Rosevear <jpr@ximian.com>
* data/Makefile.am: include destdir in the path of the kde desktop
installation dir
svn path=/trunk/; revision=13870
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | data/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2001-10-22 JP Rosevear <jpr@ximian.com> + + * data/Makefile.am: include destdir in the path of the kde desktop + installation dir + 2001-10-20 Ettore Perazzoli <ettore@ximian.com> * data/Makefile.am [HAVE_KDE_APPLNK]: Install `evolution.desktop' diff --git a/data/Makefile.am b/data/Makefile.am index 5c3fdfa410..7fc41a5ae3 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 = $(KDE_APPLNK_DIR)/Applications +kdedesktopdir = $(DESTDIR)/$(KDE_APPLNK_DIR)/Applications kdedesktop_DATA = $(desktop_in_files:.desktop.in=.desktop) endif |