aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-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"
}