[evolution-patches] Install fix for shell
- From: Rodney Dawes <dobey ximian com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] Install fix for shell
- Date: 29 Apr 2003 16:12:44 -0400
This fixes the installation of the evolution binary.
-- dobey
? ChangeLog.new
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/shell/ChangeLog,v
retrieving revision 1.1262
diff -u -r1.1262 ChangeLog
--- ChangeLog 29 Apr 2003 02:40:55 -0000 1.1262
+++ ChangeLog 29 Apr 2003 20:11:21 -0000
@@ -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]
Index: Makefile.am
===================================================================
RCS file: /cvs/gnome/evolution/shell/Makefile.am,v
retrieving revision 1.152
diff -u -r1.152 Makefile.am
--- Makefile.am 28 Apr 2003 21:21:00 -0000 1.152
+++ Makefile.am 29 Apr 2003 20:11:21 -0000
@@ -316,12 +316,13 @@
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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]