Skip to content

Commit

Permalink
added readme to the dist tar.gz file
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Delaere committed Nov 16, 2017
1 parent 889f240 commit 77c10d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions create_dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ mkdir $DIR
cp rsmodules setup_rsmodules.sh setup_rsmodules.csh rsmodules.py rsmodules.pm $DIR
cp -R examples/ $DIR
cp -R tools/ $DIR
cp README.md $DIR
tar --owner=root --group=root -zcvf "$DIR.tar.gz" $DIR
rm -rf "$DIR"
if [ ! -d "releases" ]; then
Expand Down

0 comments on commit 77c10d6

Please sign in to comment.