Commit 4d45ecf0 authored by Vitaly Lipatov's avatar Vitaly Lipatov

common: fix DISTRVENDOR print

parent cb2e3e90
...@@ -354,7 +354,7 @@ detect_target_env() ...@@ -354,7 +354,7 @@ detect_target_env()
MENVARG="" MENVARG=""
[ -n "$DISTRNAME" ] || DISTRNAME=$($DISTRVENDOR -d) [ -n "$DISTRNAME" ] || DISTRNAME=$($DISTRVENDOR -d)
[ -n "$DISTRVERSION" ] || DISTRVERSION=$($DISTRVENDOR -v) [ -n "$DISTRVERSION" ] || DISTRVERSION=$($DISTRVENDOR -v)
[ -n "$DISTRVERSION" ] || fatal "can't get distro version from $(DISTRVENDOR), write lav@etersoft.ru" [ -n "$DISTRVERSION" ] || fatal "can't get distro version from $DISTRVENDOR, write lav@etersoft.ru"
set_target_pkg_env set_target_pkg_env
if [ "$PKGVENDOR" = "alt" ] && [ -n "$MENV" ] ; then if [ "$PKGVENDOR" = "alt" ] && [ -n "$MENV" ] ; then
......
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