Commit 62af398b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-check_updated_repo: make touch apt lists compatible with update-kernel checking

parent 12b207b0
...@@ -24,7 +24,7 @@ __epm_apt_set_lists_pkg() ...@@ -24,7 +24,7 @@ __epm_apt_set_lists_pkg()
LISTS='/var/lib/apt/lists' LISTS='/var/lib/apt/lists'
if [ "$BASEDISTRNAME" = "alt" ] ; then if [ "$BASEDISTRNAME" = "alt" ] ; then
pkg="pkglist" pkg="pkglist."
# see update-kernel: Use Dir::State::lists for apt update freshness check (ALT bug 46987) # see update-kernel: Use Dir::State::lists for apt update freshness check (ALT bug 46987)
eval "$(a='' apt-config shell LISTS Dir::State::lists/f)" eval "$(a='' apt-config shell LISTS Dir::State::lists/f)"
fi fi
......
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