Commit b020515d authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-pack: install PKGFORMAT package after repack

parent 598dedbe
......@@ -56,7 +56,7 @@ __epm_pack()
mv $returntarname $tmpdir/ || fatal
cd $tmpdir || fatal
docmd epm repack --quiet "$(basename "$returntarname")"
packed_pkgs="$tmpdir/$(echo *.rpm)"
packed_pkgs="$tmpdir/$(echo *.$PKGFORMAT)"
}
epm_pack_help()
......
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