Commit d8e09d16 authored by Vitaly Lipatov's avatar Vitaly Lipatov

small fixes

parent 1e1e6624
......@@ -141,7 +141,7 @@ __epm_repack()
deb)
# FIXME: only one package in $@ is supported
#local pkgname="$(epm print name from "$@")"
__set_version_pkgname "$1"
#__set_version_pkgname "$1"
local repackcode="$EPM_REPACK_SCRIPTS_DIR/$PKGNAME.sh"
if [ -x "$repackcode" ] ; then
load_helper epm-repack-rpm
......
......@@ -67,6 +67,7 @@ case $PMTYPE in
assure_exists apt-file
sudocmd apt-file update
else
load_helper epm-check_updated_repo
update_repo_if_needed
fi
docmd apt-file search $pkg_filenames
......
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