On 04/24/2013 10:08 AM, Nikolai Lifanov wrote:
> On 04/24/2013 10:02 AM, Thibaut DELOFFRE wrote:
>> Hello,
>>
>> You need to install rugygems and:
>>
>> $ gem fetch vagrant $ gem unpack vagrant $ 'your work here'
>>
>> You're welcome
>>
>> Thibaut
>>
>>
>> On Wed, Apr 24, 2013 at 3:54 PM, Nik
On 04/24/2013 10:02 AM, Thibaut DELOFFRE wrote:
> Hello,
>
> You need to install rugygems and:
>
> $ gem fetch vagrant $ gem unpack vagrant $ 'your work here'
>
> You're welcome
>
> Thibaut
>
>
> On Wed, Apr 24, 2013 at 3:54 PM, Nikolai Lifanov
> mailto:lifa...@mail.lifanov.com>>
> wrote:
>
Hello.
I am trying to port Vagrant (http://vagrantup.com/) and I hit somewhat
of a wall. I want to use all of the rubygem magic in bsd.ruby.mk, but
I need to build the gem first ("gem build vagrant.gemfile").
It seems that I can't override the DISTNAME or EXTRACT_SFX if I want
to use USE_RUBYGEMS,