diff options
author | JP Rosevear <jpr@ximian.com> | 2001-10-29 01:32:56 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-10-29 01:32:56 +0800 |
commit | 21d6683303107d21231aba2318ede13f4170e466 (patch) | |
tree | 263e7620ec3a31fc563c3a980e839022c9ac8d5e /data | |
parent | 114228aa4b957905cb71656fc0c79fbd85f7f5d3 (diff) | |
download | gsoc2013-evolution-21d6683303107d21231aba2318ede13f4170e466.tar.gz 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
Diffstat (limited to 'data')
-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 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 |