diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-10-28 17:10:39 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-10-28 17:10:39 +0000 |
commit | abc59dcff4a0c930f6cdd4c562e55dd36574b4a2 (patch) | |
tree | e54c1ebfa0b39cd55d951fc7de78c99e45cc24c4 | |
parent | b1f0e6a28eeb2432b3bdd037a6590dadab2e48a0 (diff) | |
download | repoctl-abc59dcff4a0c930f6cdd4c562e55dd36574b4a2.tar repoctl-abc59dcff4a0c930f6cdd4c562e55dd36574b4a2.tar.gz repoctl-abc59dcff4a0c930f6cdd4c562e55dd36574b4a2.tar.bz2 repoctl-abc59dcff4a0c930f6cdd4c562e55dd36574b4a2.tar.xz repoctl-abc59dcff4a0c930f6cdd4c562e55dd36574b4a2.zip |
fix src pkg path
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -328,7 +328,7 @@ function move_pkg() move_pkg_file \ "$src_distrorelease" "$src_section" "$src_sectionrepo" \ "$dst_distrorelease" "$dst_section" "$dst_sectionrepo" \ - $(get_media_path_src "$src_distrorelease" "$src_section" "$src_sectionrepo") \ + $(get_media_path_src "$src_distrorelease" "$src_section" "$src_sectionrepo")/"$srcpkg" \ $(get_media_path_src "$dst_distrorelease" "$dst_section" "$dst_sectionrepo") \ "$output" } |