Skip to content

Commit

Permalink
Update tar syntax for excluding files
Browse files Browse the repository at this point in the history
  • Loading branch information
nilnor committed Jun 30, 2017
1 parent 7edd991 commit ec5d720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/mk_release
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo "Downloading dependencies in $rel_dir.."
tarball=$rel.tgz
echo "Creating release tarball as $HOME/tmp/$tarball.."
cd ~/tmp
tar czf $tarball $rel --exclude '*/site/*'
tar czf $tarball --exclude '*/site/*' $rel
rm -rf $rel_dir

echo -n "MD5: "
Expand Down

0 comments on commit ec5d720

Please sign in to comment.