On Jul 22, 11:21 am, spox <[email protected]> wrote:
> The rake install calls package first, which generates the tar and gem 
> packages.
> The tar package is where your rake install fails as the 'z' option is
> apparently not available. Since you need rubygems anyway, this would be easy:

If that's the issue with rake package, then it's not something Sequel
can/should fix.  The problem is with Rake::GemPackageTask, which is
part of rake.  You should probably file a bug on the rake bug tracker
(http://onestepback.org/redmine/projects/show/rake) if you want it
fixed.  I'm assuming it'll be fairly simple patch to switch from tar -
z to tar && gzip.

Jeremy
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to