From cfe646ade7a2e7bd9a6f8f12bcbcebed7462f363 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 26 Jul 2011 15:21:21 +0000 Subject: [PATCH] Rolled back the patch that changed the SOGo framework path. Monotone-Parent: b1943242b52e6ac847d4707b8f782b9306d140c2 Monotone-Revision: 5549db4f2d783334120dc64154749352cbc0b8e8 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-07-26T15:21:21 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SoObjects/SOGo/GNUmakefile b/SoObjects/SOGo/GNUmakefile index 38e0f27ac..4a0b7e455 100644 --- a/SoObjects/SOGo/GNUmakefile +++ b/SoObjects/SOGo/GNUmakefile @@ -6,7 +6,8 @@ include ../../Version FRAMEWORK_NAME = SOGo -SOGo_INSTALL_DIR = $(GNUSTEP_LOCAL_FRAMEWORKS) +SOGo_INSTALL_DIR = $(SOGO_LIBDIR) +#SOGo_INSTALL_DIR = $(GNUSTEP_LOCAL_FRAMEWORKS) SOGo_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)