$OpenBSD: patch-lib_private_util_php,v 1.3 2014/06/29 17:08:56 ajacoutot Exp $
--- lib/private/util.php.orig	Tue Jun 24 17:10:43 2014
+++ lib/private/util.php	Sun Jun 29 19:00:48 2014
@@ -292,7 +292,7 @@ class OC_Util {
 	 */
 	public static function checkServer() {
 		$errors = array();
-		$CONFIG_DATADIRECTORY = OC_Config::getValue('datadirectory', OC::$SERVERROOT . '/data');
+		$CONFIG_DATADIRECTORY = OC_Config::getValue('datadirectory', '/owncloud-data' );
 
 		if (!\OC::needUpgrade() && OC_Config::getValue('installed', false)) {
 			// this check needs to be done every time
