Commit 091d645a authored by Ivan Mazhukin's avatar Ivan Mazhukin Committed by Vitaly Lipatov

epm repack: prefer 7zip package name (eterbug #18828)

parent 3f3c24ac
......@@ -1024,7 +1024,8 @@ __epm_assure_7zip()
if is_command 7z || is_command 7za || is_command 7zr || is_command 7zz ; then
:
else
epm install 7-zip || epm install p7zip
# most distros provide 7zip package, including alt p11 and newer, but p10 and older not.
epm install 7zip || epm install 7-zip || epm install p7zip
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