Commit d9c4d123 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-repack-rpm: use realpath when repack tarballs

parent 427844a8
......@@ -152,7 +152,7 @@ __epm_repack_to_rpm()
cd $tmpbuilddir/../ || fatal
# fill alpkg and SUBGENERIC
__prepare_source_package "$pkg"
__prepare_source_package "$(realpath $alpkg)"
cd $tmpbuilddir/ || fatal
if [ -n "$verbose" ] ; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment