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
This commit is contained in:
JP Rosevear
2001-10-22 14:27:39 +00:00
committed by JP Rosevear
parent 3b3c44b51c
commit f2b037366e
2 changed files with 6 additions and 1 deletions

View File

@ -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'

View File

@ -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