Commit 6ee2e0d0 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmcs: don't make specfile backup anymore

parent d5fc3bb2
...@@ -174,7 +174,9 @@ do ...@@ -174,7 +174,9 @@ do
fi fi
# Make backup copy # Make backup copy
cp -f $SPEC ${SPEC}~ || fatal "Cannot find spec file '$SPEC'" #cp -f $SPEC ${SPEC}~ || fatal "Cannot find spec file '$SPEC'"
test -s $SPEC || fatal "Cannot find spec file '$SPEC'"
# Add group # Add group
if ! grep "^Group" $SPEC ; then if ! grep "^Group" $SPEC ; then
......
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