Skip to content

Commit

Permalink
URL hack to fix recognizing that Topaz archive is bz2
Browse files Browse the repository at this point in the history
On OS X and some other platforms it doesn't matter, as `tar`
automatically detects the compression method, but on platforms that
don't it's important to declare the archive format. For ordinary
tarballs the extension provides this info, but since Topaz archive
doesn't have an extension in the URL, we add a fake one via a dummy
query string parameter.

Fixes #357
  • Loading branch information
mislav committed Dec 11, 2013
1 parent 94c15a5 commit 00d851a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/ruby-build/topaz-dev
@@ -1 +1 @@
install_package topaz "http://topazruby.com/builds/$(topaz_architecture)/latest/" topaz
install_package topaz "http://topazruby.com/builds/$(topaz_architecture)/latest/?_=.tar.bz2" topaz

0 comments on commit 00d851a

Please sign in to comment.