From d00a5dbe74a7ad1d7b5c115008a695dbc2a88f19 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Thu, 12 Oct 2006 14:39:58 +0000
Subject: [PATCH] use --cut-dirs=2 to save in ./bt5/ not in
 ./dists/snapshots/bt5/

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10681 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/utils/svn_update.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/utils/svn_update.sh b/product/ERP5/utils/svn_update.sh
index f190f1b868..ae3f76bcc4 100755
--- a/product/ERP5/utils/svn_update.sh
+++ b/product/ERP5/utils/svn_update.sh
@@ -29,7 +29,7 @@ for p in $PRODUCTS
 # Get latests Business Templates
 echo ""
 echo "----- Updating Business Templates -----"
-wget -nv -N --no-host-directories -r --level=2 --relative --no-parent --accept=bt5,bt5list http://torrent.erp5.org/dists/snapshot/bt5/
+wget -nv -N --no-host-directories -r --cut-dirs=2 --level=2 --relative --no-parent --accept=bt5,bt5list http://torrent.erp5.org/dists/snapshot/bt5/
 rm -f robots.txt
 
 # Restore good right
-- 
2.30.9