Commit 639990c7 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbs: do not copy attrs during copying

parent e95772b8
......@@ -153,7 +153,7 @@ rpmbs_copying_built()
else
mkdir -p $ETERDESTSRPM || echog "Error mkdir $ETERDESTSRPM"
chmod ug+rw $LISTBUILT
cp -fva $LISTBUILT $ETERDESTSRPM || echog "Error during copying"
cp -fv $LISTBUILT $ETERDESTSRPM || echog "Error during copying"
make_md5sum "$ETERDESTSRPM"
# Publish tarball if target dir is exist
if [ -d "$ETERDESTSRPM/tarball" ] ; 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