]> err.no Git - scalable-opengroupware.org/commitdiff
build fix
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 1 Sep 2004 14:35:49 +0000 (14:35 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 1 Sep 2004 14:35:49 +0000 (14:35 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@293 d1b88da0-ebda-0310-925b-ed51d893ca5b

OGoContentStore/ChangeLog
OGoContentStore/GNUmakefile
OGoContentStore/Version

index 19707fc100844dc86c1dc6aed454c10ca5a10de3..ce9279f371b85f64d55b223bfea1c85430274b67 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-01  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * GNUmakefile: install type models into $(GNUSTEP_USER_ROOT) (v0.9.8)
+
 2004-08-27  Helge Hess  <helge.hess@skyrix.com>
 
        * v0.9.7
index 00ad819575e37a97a6cc01459ee36995bb12d1d7..5f58301da5ea08c35bf0139aa6d4569a34980468 100644 (file)
@@ -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
index 1a54931085b6085f7913846667c335f2afaaed70..88e369f4de056b8f2fa3039c581dee9801a226be 100644 (file)
@@ -2,6 +2,6 @@
 
 MAJOR_VERSION=0
 MINOR_VERSION=9
-SUBMINOR_VERSION:=7
+SUBMINOR_VERSION:=8
 
 # v0.9.7 requires libGDLAccess v1.1.35