summaryrefslogtreecommitdiffstats
path: root/base/pkg-get/syn
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-08-21 23:31:37 +0200
committertnut <thierryn1 at hispeed dot ch>2010-08-21 23:31:37 +0200
commit09766988a1beadf9a575bcfc201bdc78ba7ac72f (patch)
treee46635e0878a53278ca5aece36a903f323e03076 /base/pkg-get/syn
parent279501b0e316fc761530e119ef74cdfe3431ce26 (diff)
downloadnutyx-pakxe-09766988a1beadf9a575bcfc201bdc78ba7ac72f.tar.gz
nutyx-pakxe-09766988a1beadf9a575bcfc201bdc78ba7ac72f.tar.bz2
nutyx-pakxe-09766988a1beadf9a575bcfc201bdc78ba7ac72f.tar.xz
nutyx-pakxe-09766988a1beadf9a575bcfc201bdc78ba7ac72f.zip
maj pkg-get#0.5.0-1
Diffstat (limited to 'base/pkg-get/syn')
-rw-r--r--base/pkg-get/syn2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/pkg-get/syn b/base/pkg-get/syn
index 6f2eb78f8..70beace61 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.3/i686/$i/ $Depot/$i/
+ rsync -avuz --delete-before rsync://nutyx.meticul.eu/nutyx/attapu/i686/$i/ $Depot/$i/
done
fi