Commit 4700e844 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbph: remove SOURCE and SPEC files after build src.rpm

parent 1187807e
......@@ -266,7 +266,7 @@ phelp()
while getopts :hniv opt; do
case $opt in
h) phelp; exit 0;;
n) BUILDCOMMAND="$ETERBUILDBIN/rpmbs";;
n) BUILDCOMMAND="$ETERBUILDBIN/rpmbs --rmsource --rmspec";;
v) VERBOSE=1;;
+?) echog "$name: options should not be preceded by a '+'." 1>&2; exit 2;;
# ?) echog "$name: $OPTARG: bad option. Use -h for help." 1>&2 ; exit 2;;
......
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