Skip to content

Commit

Permalink
Uploading files to github is manual. Include the julia commit version…
Browse files Browse the repository at this point in the history
… as well.

ARCH on OS X seems to not come out correctly.
  • Loading branch information
Viral B. Shah committed Jan 26, 2012
1 parent c4865bd commit 7dca4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -38,7 +38,7 @@ install: release
dist: release
rm -fr dist julia-*.tar.gz
$(MAKE) install DESTDIR=dist
cd dist/usr/share && tar zcvf ../../../julia-`uname`.tar.gz *
cd dist/usr/share && tar zcvf ../../../julia-$(JULIA_COMMIT)-$(OS)-$(ARCH).tar.gz *

deb:
fakeroot debian/rules binary
Expand Down

2 comments on commit 7dca4d7

@JeffBezanson
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, that's strange. Yeah, that i386 in the filename is very confusing :)

@ViralBShah
Copy link
Member

@ViralBShah ViralBShah commented on 7dca4d7 Jan 26, 2012 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.