Commit ec51696d authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack: add_requires: for ALT only

parent 2184d8cb
......@@ -275,6 +275,7 @@ fix_chrome_sandbox()
add_requires()
{
[ -n "$1" ] || return
[ "$(epm print info -s)" = "alt" ] || return 0
subst "1iRequires: $*" $SPEC
}
......
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