Commit 01ef5e6d authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgp: use epm install and rpmreqs for build requires install

parent 10bc7fb2
...@@ -237,9 +237,7 @@ fi ...@@ -237,9 +237,7 @@ fi
if [ -n "$INSTALLBINARY" ] ; then if [ -n "$INSTALLBINARY" ] ; then
# pack by LISTNAMES list # pack by LISTNAMES list
pack_src_rpm --commit $LISTRPMARGS pack_src_rpm --commit $LISTRPMARGS
LISTPKG=$(rpmquery --requires -p $LISTBUILT | clean_pkgreq | sed -e "s|rpm-build-altlinux-compat||g" | sed -e "s|gcc-c++||g") epm install $($ETERBUILDBIN/rpmreqs -p $LISTBUILT)
CMD=$(get_install_package_command $DISTRNAME interactive)
docmd $SUDO $CMD $LISTPKG
exit exit
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