Commit 8aebab35 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm: fix --norepack option

parent 244b41a7
......@@ -519,7 +519,7 @@ check_option()
repack="--repack"
;;
--norepack) # HELPOPT: don't repack rpm package(s) if it is by default before install
repack="--norepack"
norepack="--norepack"
;;
--install) # HELPOPT: install packed rpm package(s)
install="--install"
......
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