Commit 153815ee authored by Vitaly Lipatov's avatar Vitaly Lipatov

use distro_info (ALT bug 37712)

parent d6e2cc94
......@@ -162,8 +162,9 @@ fi
# assert_var ETERBUILDBIN
#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
DISTRVENDOR=$(realpath $ETERBUILDBIN/../../distro_info/bin/distro_info 2>/dev/null)
[ -x "$DISTRVENDOR" ] || DISTRVENDOR=distro_info
which $DISTRVENDOR >/dev/null 2>/dev/null || 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