diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-24 19:41:28 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-24 19:41:28 +0100 |
commit | db812ee31da80dc81f26a56f4af1ad79a040c0f7 (patch) | |
tree | 3480e57ac5c4accae6596a4254422bed5c1f9294 /base/pkg-get/syn | |
parent | 51857c8171a53b626a2880a7855db5b64193239c (diff) | |
download | nutyx-pakxe-db812ee31da80dc81f26a56f4af1ad79a040c0f7.tar.gz nutyx-pakxe-db812ee31da80dc81f26a56f4af1ad79a040c0f7.tar.bz2 nutyx-pakxe-db812ee31da80dc81f26a56f4af1ad79a040c0f7.tar.xz nutyx-pakxe-db812ee31da80dc81f26a56f4af1ad79a040c0f7.zip |
Maj pkg-get#0.4.5-12
Diffstat (limited to 'base/pkg-get/syn')
-rw-r--r-- | base/pkg-get/syn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/pkg-get/syn b/base/pkg-get/syn index 6f0cb6e11..6f2eb78f8 100644 --- a/base/pkg-get/syn +++ b/base/pkg-get/syn @@ -34,7 +34,7 @@ if [ ! -L /depot ]; then else for i in `cat /etc/pkg-get.conf |grep -v ^#|grep http|cut -d "|" -f 1|cut -d" " -f2|cut -d"/" -f4` do - rsync -avuz --delete-before rsync://nutyx.meticul.eu/nutyx/2009.1/i686/$i/ $Depot/$i/ + rsync -avuz --delete-before rsync://nutyx.meticul.eu/nutyx/2009.3/i686/$i/ $Depot/$i/ done fi |