Commit 349746b3 authored by Vitaly Lipatov's avatar Vitaly Lipatov

commit packed 3.64.34

parent cf232873
......@@ -34,7 +34,7 @@ SHAREDIR="$PROGDIR"
# will replaced with /etc/eepm during install
CONFIGDIR="$PROGDIR/../etc"
export EPMVERSION="3.64.33"
export EPMVERSION="3.64.34"
# package, single (file), pipe, git
EPMMODE="package"
......@@ -15801,6 +15801,9 @@ case "$DISTRIB_ID" in
DISTRIB_RELEASE="Sisyphus"
DISTRIB_CODENAME="$DISTRIB_RELEASE"
;;
"LinuxMint"|"LMDE")
DISTRIB_RELEASE=$(normalize_version1 "$DISTRIB_RELEASE_ORIG")
;;
"SberOS")
DISTRIB_RELEASE="Rolling"
DISTRIB_CODENAME="rolling"
......
......@@ -34,7 +34,7 @@ SHAREDIR=$PROGDIR
# will replaced with /etc/eepm during install
CONFIGDIR=$PROGDIR/../etc
EPMVERSION="3.64.33"
EPMVERSION="3.64.34"
# package, single (file), pipe, git
EPMMODE="package"
......@@ -2359,6 +2359,9 @@ case "$DISTRIB_ID" in
DISTRIB_RELEASE="Sisyphus"
DISTRIB_CODENAME="$DISTRIB_RELEASE"
;;
"LinuxMint"|"LMDE")
DISTRIB_RELEASE=$(normalize_version1 "$DISTRIB_RELEASE_ORIG")
;;
"SberOS")
DISTRIB_RELEASE="Rolling"
DISTRIB_CODENAME="rolling"
......
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