Commit de8360ed authored by Vitaly Lipatov's avatar Vitaly Lipatov

commit packed 3.61.2

parent 52485869
......@@ -34,7 +34,7 @@ SHAREDIR=$PROGDIR
# will replaced with /etc/eepm during install
CONFIGDIR=$PROGDIR/../etc
EPMVERSION="3.61.1"
EPMVERSION="3.61.2"
# package, single (file), pipe, git
EPMMODE="package"
......@@ -13504,7 +13504,7 @@ case $DISTRIB_ID in
Mandriva)
CMD="urpm-rpm"
;;
ROSA)
ROSA|NAME="OpenMandrivaLx")
CMD="urpm-rpm"
is_command yum && CMD="yum-rpm"
is_command dnf && CMD="dnf-rpm"
......@@ -13843,6 +13843,10 @@ case "$DISTRIB_ID" in
DISTRIB_FULL_RELEASE="$DISTRIB_CODENAME"
DISTRIB_CODENAME="$DISTRIB_RELEASE"
;;
"OpenMandrivaLx")
echo "$PRETTY_NAME" | grep -q "Cooker" && DISTRIB_RELEASE="Cooker"
echo "$PRETTY_NAME" | grep -q "Rolling" && DISTRIB_RELEASE="Rolling"
;;
esac
......
......@@ -33,7 +33,7 @@ SHAREDIR=$PROGDIR
# will replaced with /etc/eepm during install
CONFIGDIR=$PROGDIR/../etc
EPMVERSION="3.61.1"
EPMVERSION="3.61.2"
# package, single (file), pipe, git
EPMMODE="package"
......@@ -1871,7 +1871,7 @@ case $DISTRIB_ID in
Mandriva)
CMD="urpm-rpm"
;;
ROSA)
ROSA|NAME="OpenMandrivaLx")
CMD="urpm-rpm"
is_command yum && CMD="yum-rpm"
is_command dnf && CMD="dnf-rpm"
......@@ -2210,6 +2210,10 @@ case "$DISTRIB_ID" in
DISTRIB_FULL_RELEASE="$DISTRIB_CODENAME"
DISTRIB_CODENAME="$DISTRIB_RELEASE"
;;
"OpenMandrivaLx")
echo "$PRETTY_NAME" | grep -q "Cooker" && DISTRIB_RELEASE="Cooker"
echo "$PRETTY_NAME" | grep -q "Rolling" && DISTRIB_RELEASE="Rolling"
;;
esac
......
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