diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-15 00:41:59 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-15 00:41:59 +0100 |
commit | f64defcad755da13e10519b096745593df234bea (patch) | |
tree | 6b764069f35d5ac15eb17646e687e3f1eaf7b6ab /base/pkg-get/syn | |
parent | 7c48442b2eb44bcbb28af030d32179b2035bbdd0 (diff) | |
download | nutyx-extra-f64defcad755da13e10519b096745593df234bea.tar.gz nutyx-extra-f64defcad755da13e10519b096745593df234bea.tar.bz2 nutyx-extra-f64defcad755da13e10519b096745593df234bea.tar.xz nutyx-extra-f64defcad755da13e10519b096745593df234bea.zip |
maj pkg-get#0.4.5-10
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 42dd9a8b4..6f0cb6e11 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/i686/$i/ $Depot/$i/ + rsync -avuz --delete-before rsync://nutyx.meticul.eu/nutyx/2009.1/i686/$i/ $Depot/$i/ done fi |