Commit 8e53d6f5 authored by Vitaly Lipatov's avatar Vitaly Lipatov

use distr_info from eepm instead distr_vendor from rpm-build-altlinux-compat

parent 71d87004
......@@ -154,8 +154,9 @@ fi
# lines before do the same as
# assert_var ETERBUILDBIN
DISTRVENDOR=$(realpath $ETERBUILDBIN/../../rpm-build-altlinux-compat/bin/distr_vendor 2>/dev/null)
[ -x "$DISTRVENDOR" ] || DISTRVENDOR=distr_vendor
#DISTRVENDOR=$(realpath $ETERBUILDBIN/../../rpm-build-altlinux-compat/bin/distr_vendor 2>/dev/null)
DISTRVENDOR=$(realpath $ETERBUILDBIN/../../eepm/bin/distr_info 2>/dev/null)
[ -x "$DISTRVENDOR" ] || DISTRVENDOR=distr_info
EPMCMD=$(realpath $ETERBUILDBIN/../../eepm/bin/epm 2>/dev/null)
[ -x "$EPMCMD" ] || EPMCMD=epm
......
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