From 8dc0bf5184b3e210576b725afd98c43ab7fad152 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke <kevin@nexedi.com> Date: Fri, 27 Jan 2006 18:34:07 +0000 Subject: [PATCH] Correct the zope product path git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5403 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/utils/cvs_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/utils/cvs_update.sh b/product/ERP5/utils/cvs_update.sh index 8082b08113..800365d7b9 100755 --- a/product/ERP5/utils/cvs_update.sh +++ b/product/ERP5/utils/cvs_update.sh @@ -14,7 +14,7 @@ USER="zope" GROUP="zope" # Define paths -ZOPE_PRODUCTS="/usr/lib/zope/lib/python/Products" +ZOPE_PRODUCTS="/var/lib/zope/Products" EXTENSIONS_FOLDER="/var/lib/zope/Extensions" BT5_FOLDER="/var/lib/zope/bt5" -- 2.30.9