Commit c526c695 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbs: chmod generated src.rpm

parent 128583a6
...@@ -137,7 +137,8 @@ rpmbs_copying_built() ...@@ -137,7 +137,8 @@ rpmbs_copying_built()
scp $LISTBUILT $ETERDESTSRPM || echog "Error during copying" scp $LISTBUILT $ETERDESTSRPM || echog "Error during copying"
else else
mkdir -p $ETERDESTSRPM || echog "Error mkdir $ETERDESTSRPM" mkdir -p $ETERDESTSRPM || echog "Error mkdir $ETERDESTSRPM"
cp -fv $LISTBUILT $ETERDESTSRPM || echog "Error during copying" chmod ug+rw $LISTBUILT
cp -fva $LISTBUILT $ETERDESTSRPM || echog "Error during copying"
# Publish tarball if target dir is exist # Publish tarball if target dir is exist
if [ -d "$ETERDESTSRPM/tarball" ] ; then if [ -d "$ETERDESTSRPM/tarball" ] ; then
echog "There is tarball dir exists. Extract tarball for other build system compatibility." echog "There is tarball dir exists. Extract tarball for other build system compatibility."
......
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