Commit b6bfb24d authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm install: fix install rpm on deb

parent b2a1bb70
......@@ -312,7 +312,6 @@ __epm_check_if_try_install_rpm()
cd $TDIR
for pkg in $rpmpkgs ; do
showcmd_store_output fakeroot alien -d -k --scripts "$pkg"
clean_store_output
local DEBCONVERTED=$(grep "deb generated" $RC_STDOUT | sed -e "s| generated||g")
clean_store_output
epm install $DEBCONVERTED
......
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