Commit 3f7cdeb0 authored by Vitaly Lipatov's avatar Vitaly Lipatov

commit packed 3.57.8

parent 2ae00c08
...@@ -33,7 +33,7 @@ SHAREDIR=$PROGDIR ...@@ -33,7 +33,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.57.7" EPMVERSION="3.57.8"
# package, single (file), pipe, git # package, single (file), pipe, git
EPMMODE="package" EPMMODE="package"
...@@ -5047,9 +5047,9 @@ case $PMTYPE in ...@@ -5047,9 +5047,9 @@ case $PMTYPE in
yum-*) yum-*)
warmup_rpmbase warmup_rpmbase
if [ -n "$short" ] ; then if [ -n "$short" ] ; then
docmd yum list --available | sed -e "s| .*||g" docmd yum list available | sed -e "s| .*||g"
else else
docmd yum list --available docmd yum list available
fi fi
;; ;;
packagekit) packagekit)
...@@ -16582,7 +16582,7 @@ case $PROGNAME in ...@@ -16582,7 +16582,7 @@ case $PROGNAME in
epm_cmd=search epm_cmd=search
direct_args=1 direct_args=1
;; ;;
epmsf) # HELPSHORT: alias for epm search file epmsf) # HELPSHORT: alias for epm search-file (epm sf)
epm_cmd=search_file epm_cmd=search_file
;; ;;
epmwd) # HELPSHORT: alias for epm wd epmwd) # HELPSHORT: alias for epm wd
......
...@@ -33,7 +33,7 @@ SHAREDIR=$PROGDIR ...@@ -33,7 +33,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.57.7" EPMVERSION="3.57.8"
# package, single (file), pipe, git # package, single (file), pipe, git
EPMMODE="package" EPMMODE="package"
......
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