Commit 0da4d4a0 authored by Vitaly Lipatov's avatar Vitaly Lipatov

small fixes

parent c769fc04
...@@ -354,7 +354,7 @@ phelp() ...@@ -354,7 +354,7 @@ phelp()
# echog " -m - send result via e-mail" # echog " -m - send result via e-mail"
} }
# FIXME: has difference between
while getopts :hnvqb: opt; do while getopts :hnvqb: opt; do
case $opt in case $opt in
h) phelp; exit 0 ;; h) phelp; exit 0 ;;
......
...@@ -39,7 +39,7 @@ phelp() ...@@ -39,7 +39,7 @@ phelp()
echog " -l lazy cleanup (clean before build, not after)" echog " -l lazy cleanup (clean before build, not after)"
} }
while getopts :hulsimt opt; do while getopts :ht opt; do
case $opt in case $opt in
h) phelp; exit 0;; h) phelp; exit 0;;
t) COMMIT="--commit" ;; t) COMMIT="--commit" ;;
......
...@@ -152,6 +152,7 @@ shadow-utils shadow-convert module-init-tools kmod util-linux-control pam ...@@ -152,6 +152,7 @@ shadow-utils shadow-convert module-init-tools kmod util-linux-control pam
alternatives alternatives
automake-common automake-common
glib2-locales glib2-locales
altlinux-release
rpm-macros-alternatives rpm-macros-alternatives
emacs-base emacs-base
pam0-config pam0-config
......
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