From: znek Date: Wed, 1 Sep 2004 14:35:49 +0000 (+0000) Subject: build fix X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1a0270bfa09fcdc5f779efed92098289d9ffba0;p=scalable-opengroupware.org build fix git-svn-id: http://svn.opengroupware.org/SOGo/trunk@293 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/OGoContentStore/ChangeLog b/OGoContentStore/ChangeLog index 19707fc1..ce9279f3 100644 --- a/OGoContentStore/ChangeLog +++ b/OGoContentStore/ChangeLog @@ -1,3 +1,7 @@ +2004-09-01 Marcus Mueller + + * GNUmakefile: install type models into $(GNUSTEP_USER_ROOT) (v0.9.8) + 2004-08-27 Helge Hess * v0.9.7 diff --git a/OGoContentStore/GNUmakefile b/OGoContentStore/GNUmakefile index 00ad8195..5f58301d 100644 --- a/OGoContentStore/GNUmakefile +++ b/OGoContentStore/GNUmakefile @@ -6,7 +6,7 @@ include ./Version LIBRARY_NAME = libOGoContentStore TOOL_NAME = ocs_ls ocs_mkdir ocs_cat ocs_recreatequick -TYPEMODELS_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/OCSTypeModels/ +TYPEMODELS_DIR = $(GNUSTEP_USER_ROOT)/Library/OCSTypeModels/ libOGoContentStore_HEADER_FILES_DIR = . libOGoContentStore_HEADER_FILES_INSTALL_DIR = /OGoContentStore diff --git a/OGoContentStore/Version b/OGoContentStore/Version index 1a549310..88e369f4 100644 --- a/OGoContentStore/Version +++ b/OGoContentStore/Version @@ -2,6 +2,6 @@ MAJOR_VERSION=0 MINOR_VERSION=9 -SUBMINOR_VERSION:=7 +SUBMINOR_VERSION:=8 # v0.9.7 requires libGDLAccess v1.1.35