You need to sign in or sign up before continuing.
Commit f2eae048 authored by Vitaly Lipatov's avatar Vitaly Lipatov

commit packed 3.64.29

parent b0633129
...@@ -34,7 +34,7 @@ SHAREDIR=$PROGDIR ...@@ -34,7 +34,7 @@ SHAREDIR=$PROGDIR
# will replaced with /etc/eepm during install # will replaced with /etc/eepm during install
CONFIGDIR=$PROGDIR/../etc CONFIGDIR=$PROGDIR/../etc
EPMVERSION="3.64.28" EPMVERSION="3.64.29"
# package, single (file), pipe, git # package, single (file), pipe, git
EPMMODE="package" EPMMODE="package"
...@@ -2322,6 +2322,10 @@ case "$DISTRIB_ID" in ...@@ -2322,6 +2322,10 @@ case "$DISTRIB_ID" in
DISTRIB_CODENAME="$(echo p$DISTRIB_RELEASE | sed -e 's|\..*||')" DISTRIB_CODENAME="$(echo p$DISTRIB_RELEASE | sed -e 's|\..*||')"
# TODO: change p10 to 10 # TODO: change p10 to 10
DISTRIB_RELEASE="$DISTRIB_CODENAME" DISTRIB_RELEASE="$DISTRIB_CODENAME"
elif [ "$ALT_BRANCH_ID" = "sisyphus" ] ; then
DISTRIB_RELEASE="Sisyphus"
DISTRIB_CODENAME="$DISTRIB_RELEASE"
DISTRIB_FULL_RELEASE="$DISTRIB_RELEASE"
fi fi
;; ;;
"ALTServer") "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