On 4/2/07, André Detsch <[EMAIL PROTECTED]> wrote: > --- bin/UpdateEnvironment 2 Apr 2007 19:34:50 -0000 1.19 > +++ bin/UpdateEnvironment 2 Apr 2007 20:24:51 -0000 1.20 ... > @@ -121,6 +120,6 @@ > echo "=> Fetching remote packages..." > mkdir -p "$root/Archives/Packages" > cd "$root" > -rsync --delete --verbose --progress -r -L > gobo.calica.com::gobolinux-packages/livecd/ Archives/Packages/ > +rsync --delete --verbose --progress -r -L > gobo.calica.com::gobolinux-packages/livecd/ Packages/
We're creating $root/Archives/Packages, but the download is done in $root/Packages. I think the latter is correct, right? If that's the case, it's better to 'mkdir -p $root/Packages' instead. -- Lucas powered by /dev/dsp _______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel