Skip to content

Commit

Permalink
modify permissions in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Mar 15, 2022
1 parent d6681f1 commit a1b4334
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ rm ${DIR}/../RELEASES/${betaname}/lib/libpthread*.so.*
# now make the tarball
echo -e "Making the tarball\n"
cd ${DIR}/../RELEASES
chmod -R go+r ${betaname}
chmod ugo+x ${betaname}/{bin,lib,bin/salmon}
tar czvf ${betaname}.tar.gz ${betaname}

echo -e "Done making release!"
Expand Down

0 comments on commit a1b4334

Please sign in to comment.