Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=910148

--- Comment #8 from Jamie Nguyen <jamieli...@fedoraproject.org> ---
A while ago I asked T.C. Hollingsworth (who I assume has been involved in the
drafting of those guidelines) about this via private email:

T.C. Hollingsworth wrote:
> Jamie Nguyen wrote:
>> Presumably then a line like:
>> fs.readFile(__dirname + '/../public/style.css', 'utf8', function(e, style)
>>
>> Would have to be patched to:
>> fs.readFile('/usr/share/nodejs-connect/public/style.css', 'utf8',
>> function(e, style)
>
> Or you could just symlink the public directory in
> %{nodejs_sitelib}/connect to the proper location in %{_datadir}.  That
> way you don't have to carry and update a non-upstreamable patch
> forever.  


So I think it's fine.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=rC7jiwO6kc&a=cc_unsubscribe
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to