Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Truffle] Remove jruby-master so we copy over it, not into it.
  • Loading branch information
chrisseaton committed Dec 20, 2014
1 parent b7b9019 commit b3b4f24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tool/build-graal-bundles.sh
Expand Up @@ -59,6 +59,8 @@ function pack {
tar -zcf $targetname jruby-$version || exit $?
shasum -a 1 $targetname > $targetname.sha1 || exit $?

rm -rf jruby-master || exit $?

cp -r jruby-$version jruby-master || exit $?
targetname=jruby-dist-master+graal-$1-x86_64-bin.tar.gz
tar -zcf $targetname jruby-master || exit $?
Expand Down

0 comments on commit b3b4f24

Please sign in to comment.