Commit c1a28ec2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

commit packed 3.62.13

parent 0dec5ae4
...@@ -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
export EPMVERSION="3.62.12" export EPMVERSION="3.62.13"
# package, single (file), pipe, git # package, single (file), pipe, git
EPMMODE="package" EPMMODE="package"
...@@ -3401,8 +3401,10 @@ __epm_korinf_install_eepm() ...@@ -3401,8 +3401,10 @@ __epm_korinf_install_eepm()
fi fi
pkg_list="eepm" pkg_list="eepm"
# don't lose eepm-repack if installed # don't lose eepm-* if installed
is_installed eepm-repack && pkg_list="$pkg_list eepm-repack" for i in repack play ; do
is_installed eepm-$i && pkg_list="$pkg_list eepm-$i"
done
# enable scripts to resolve dependencies with apt # enable scripts to resolve dependencies with apt
scripts='--scripts' __epm_korinf_install $pkg_list scripts='--scripts' __epm_korinf_install $pkg_list
...@@ -14131,7 +14133,7 @@ if distro os-release ; then ...@@ -14131,7 +14133,7 @@ if distro os-release ; then
#PRETTY_NAME #PRETTY_NAME
VENDOR_ID="$ID" VENDOR_ID="$ID"
case "$VENDOR_ID" in case "$VENDOR_ID" in
ubuntu|reld|rhel|astra|manjaro|redos) ubuntu|reld|rhel|astra|manjaro|redos|msvsphere|alteros)
;; ;;
*) *)
# ID_LIKE can be 'rhel centos fedora', use latest word # ID_LIKE can be 'rhel centos fedora', use latest word
......
...@@ -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.62.12" EPMVERSION="3.62.13"
# package, single (file), pipe, git # package, single (file), pipe, git
EPMMODE="package" EPMMODE="package"
...@@ -2169,7 +2169,7 @@ if distro os-release ; then ...@@ -2169,7 +2169,7 @@ if distro os-release ; then
#PRETTY_NAME #PRETTY_NAME
VENDOR_ID="$ID" VENDOR_ID="$ID"
case "$VENDOR_ID" in case "$VENDOR_ID" in
ubuntu|reld|rhel|astra|manjaro|redos) ubuntu|reld|rhel|astra|manjaro|redos|msvsphere|alteros)
;; ;;
*) *)
# ID_LIKE can be 'rhel centos fedora', use latest word # ID_LIKE can be 'rhel centos fedora', use latest word
......
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