fix
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 31 Mar 2008 07:12:32 +0000 (07:12 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 31 Mar 2008 07:12:32 +0000 (07:12 +0000)
vbuild-fedora-mirror.sh

index 1d6e1a4..b13b730 100755 (executable)
@@ -116,7 +116,7 @@ function mirror_distro_arch () {
     else
        for repopath in $paths; do
            echo "============================== $distro -> $distroindex $repopath"
-           [ -z "$dry_run" ] && mkdir -p ${root}/${repopath}
+           [ -z "$dry_run" ] && mkdir -p ${root}/${localpath}/${repopath}
            command="rsync $options ${rsyncurl}/${repopath} ${root}/${localpath}/${repopath}"
            echo $command
            $command