aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/Makefile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 4eb210ce89..1198ebfcf6 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-29 Rodney Dawes <dobey@ximian.com>
+
+ * Makefile.am: Fix install of evolution
+
2003-04-28 Not Zed <NotZed@Ximian.com>
[#41013]
diff --git a/shell/Makefile.am b/shell/Makefile.am
index d9b4a669ba..9ec1771914 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -316,12 +316,13 @@ install-data-local:
fi
install-evolution:
+ $(mkinstalldirs) $(DESTDIR)$(bindir)
$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) evolution $(DESTDIR)$(bindir)/evolution-$(BASE_VERSION)
if HAVE_DTAPPINTEGRATE
install-exec-local: install-evolution
- mkdir -p $(DESTDIR)$(libexecdir)
+ $(mkinstalldirs) $(DESTDIR)$(libexecdir)
mv $(DESTDIR)$(bindir)/evolution-$(BASE_VERSION) $(DESTDIR)$(libexecdir)/evolution-$(BASE_VERSION)
$(INSTALL_PROGRAM) evolution-nognome $(DESTDIR)$(bindir)/evolution-$(BASE_VERSION)