https://bugzilla.redhat.com/show_bug.cgi?id=1232645



--- Comment #9 from Tom Hughes <[email protected]> ---
No, that still just does this:

  cp -pr package.json lib/path-is-inside.js \
      %{buildroot}%{nodejs_sitelib}/%{npm_name}

Which will copy path-is-inside.js to the top level:

  %{nodejs_sitelib}/%{npm_name}/path-is-inside.js

When it needs to be at:

  %{nodejs_sitelib}/%{npm_name}/lib/path-is-inside.js

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to