Commit 087c27f9 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-repoindex: add assure_exists for gzip before using

parent 0d5b7baf
......@@ -86,6 +86,7 @@ __epm_repoindex_deb()
local dir="$1"
sudocmd mkdir -pv "$dir" || fatal
assure_exists gzip
sudocmd dpkg-scanpackages -t deb "$dir" | gzip | cat > "$dir/Packages.gz"
}
......
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