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