mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-03 15:51:32 +02:00
URL hack to fix recognizing that Topaz archive is bz2
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
This commit is contained in:
parent
94c15a54f0
commit
00d851afbb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue