Commit 617d1541 authored by Vitaly Lipatov's avatar Vitaly Lipatov

check_vendor: check vendor only on ALT

parent 035ba2fc
......@@ -73,6 +73,9 @@ __epm_check_vendor()
# don't check vendor if there are forced script options
[ -n "$scripts$noscripts" ] && return
# only ALT
[ "$DISTRNAME" = "ALTLinux" ] || return
local i
for i in $* ; do
local vendor
......
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