Commit 4355274f authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-repack: do verbose removing only when --verbose

parent 53b6fa59
......@@ -261,7 +261,7 @@ __epm_repack_to_rpm()
newalpkg=$(basename $alpkg .$pkgtype).tar
assure_exists erc || fatal
a= erc repack $alpkg $newalpkg || fatal
rm -fv $alpkg
rm -f $verbose $alpkg
alpkg=$newalpkg
fi
fi
......
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