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 /data/Makefile.am | |
parent | 3b3c44b51c30146e88805a67f1ba548107bc3c57 (diff) | |
download | gsoc2013-evolution-f2b037366ef0c6db7b544b6c4ad8fa8397faa6e5.tar.gz 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
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |