Commit 1c79ee67 authored by Vitaly Lipatov's avatar Vitaly Lipatov

small fixes

parent a264d54e
......@@ -8,7 +8,7 @@ set_girar_host $1 && shift
if [ "$1" = "-h" ] || [ "$1" = "--help" ] ; then
echo "grpmbsh - multi repo rpmbsh analogue (build packages in hasher)"
echo "Usage: grpmbs [GIRAR] package1... package2..."
echo "Usage: grpmbsh [GIRAR] package1... package2..."
# FIXME: concatenate grpmbsh and grpmbs
#echo "Options:"
#echo " -a - build all packages in one task"
......
......@@ -222,8 +222,9 @@ do
# convert from PLD's cases
subst "s|%if %{with \(.*\)}|%if_with \1|g" $i
subst "s|%if %{without \(.*\)}|%if_without \1|g" $i
# replaces with and without too
# replaces Fedora's with and without too
subst "s|^%bcond_with|%def_with|g" $i
subst "s|^%bcond_without|%def_without|g" $i
#subst "s|%{?with_\(.*\):|%{subst_with
echog "fix name and release..."
......
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