> The issue is that we have daemon binaries in sbin as per FHS. Gems
> only recognises a bin directory and doesn't allow specification of
> more than one bindir and thus ignores binaries outside this directory.
>
> I cannot think of a way around this - short of moving the binaries
> back - of allowing a gem to be created that fixes this.
>
> My last thought - not tested yet - is to put a wrapper around the
> gem creation process, copying the binaries into bin, create the gem
> and then delete the extra binaries in bin.  But that's a dog-awful
> hack.  Awful and one I am not sure will actually work.
>
> Any ideas much welcomed.
>


Here are some ideas, with no promises as to quality:

* Multiple gems (one for bin, one for sbin) with a dependency
* Something like an exconf.rb to do what we need in the install
* File a feature request upstream
* Monkey patch yaml...no wait, that's not right.

-- Markus

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" 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/puppet-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to