Commit 04a2e51d authored by Vitaly Lipatov's avatar Vitaly Lipatov

distr_info: detect ALT Sisyphus as Sisyphus

parent d90d0c1d
......@@ -512,6 +512,10 @@ case "$DISTRIB_ID" in
DISTRIB_CODENAME="$(echo p$DISTRIB_RELEASE | sed -e 's|\..*||')"
# TODO: change p10 to 10
DISTRIB_RELEASE="$DISTRIB_CODENAME"
elif [ "$ALT_BRANCH_ID" = "sisyphus" ] ; then
DISTRIB_RELEASE="Sisyphus"
DISTRIB_CODENAME="$DISTRIB_RELEASE"
DISTRIB_FULL_RELEASE="$DISTRIB_RELEASE"
fi
;;
"ALTServer")
......
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