[83340] trunk/dports/graphics/librsvg/Portfile

Ryan Schmidt ryandesign at macports.org
Tue Aug 30 14:21:41 PDT 2011


On Aug 30, 2011, at 05:17, Joshua Root wrote:

> On 2011-8-30 14:56 , Ryan Schmidt wrote:
>> 
>>> +    xinstall -m 755 -W ${buildpath} svg2pdf \
>>> +        ${destroot}${prefix}/sbin
>> 
>> It's not a server binary; it is a program the user is intended to run directly. As such, shouldn't it be in ${prefix}/bin instead?
> 
> You're right for the wrong reason; the s in sbin is not for "server".

"system" then. :) But a lot of the system programs in sbin are servers (daemons). Either way, point is, sbin is for programs the user does not invoke directly; bin is for programs the user does invoke directly.




More information about the macports-dev mailing list