Commit f8cbbf94 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack: add --install support

parent f592c295
......@@ -448,6 +448,11 @@ epm_repack()
[ -z "$pkg_files" ] && info "Skip empty repack list" && return 22
if __epm_repack $pkg_files && [ -n "$repacked_pkgs" ] ; then
if [ -n "$install" ] ; then
epm install $repacked_pkgs
return
fi
cp $repacked_pkgs "$EPMCURDIR"
if [ -z "$quiet" ] ; then
echo
......
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