aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-10-28 17:10:39 +0000
committerNicolas Vigier <boklm@mageia.org>2011-10-28 17:10:39 +0000
commitabc59dcff4a0c930f6cdd4c562e55dd36574b4a2 (patch)
treee54c1ebfa0b39cd55d951fc7de78c99e45cc24c4
parentb1f0e6a28eeb2432b3bdd037a6590dadab2e48a0 (diff)
downloadrepoctl-abc59dcff4a0c930f6cdd4c562e55dd36574b4a2.tar
repoctl-abc59dcff4a0c930f6cdd4c562e55dd36574b4a2.tar.gz
repoctl-abc59dcff4a0c930f6cdd4c562e55dd36574b4a2.tar.bz2
repoctl-abc59dcff4a0c930f6cdd4c562e55dd36574b4a2.tar.xz
repoctl-abc59dcff4a0c930f6cdd4c562e55dd36574b4a2.zip
fix src pkg path
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index 2fab2d5..b958d5f 100644
--- a/functions
+++ b/functions
@@ -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"
}