From 389f77ff440114e8c7731a2a8ac61f9998271184 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Tue, 29 Apr 2003 20:24:24 +0000 Subject: Fix install of evolution 2003-04-29 Rodney Dawes * Makefile.am: Fix install of evolution svn path=/trunk/; revision=21021 --- shell/ChangeLog | 4 ++++ shell/Makefile.am | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * Makefile.am: Fix install of evolution + 2003-04-28 Not Zed [#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) -- cgit