Commit bb2053b3 authored by Vitaly Lipatov's avatar Vitaly Lipatov

distr_info: export SYSTEMARCH (-a)

parent 2ed20742
......@@ -953,15 +953,17 @@ cat <<EOF
export DISTRNAME="$(echo $DISTRIB_ID)"
# -v | --base-version
export DISTRVERSION="$(echo "$DISTRIB_RELEASE")"
# -a
# distro dependent arch
export DISTRARCH="$(get_distro_arch)"
# -y | --service-manager
export DISTRCONTROL="$(get_service_manager)"
# -s | --vendor-name
export BASEDISTRNAME=$(pkgvendor)
# --repo-name
export DISTRREPONAME=$(print_repo_name)
# -a
export SYSTEMARCH="$(get_arch)"
# -y | --service-manager
export DISTRCONTROL="$(get_service_manager)"
# -g
export PMTYPE="$(pkgmanager)"
# -p | --package-type
......
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