https://bugzilla.redhat.com/show_bug.cgi?id=1232645 --- Comment #10 from Zuzana Svetlikova <zsvetlik@xxxxxxxxxx> --- So it should be like this? mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name} mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}/lib cp -pr package.json \ %{buildroot}%{nodejs_sitelib}/%{npm_name} cp -pr lib/path-is-inside.js \ %{buildroot}%{nodejs_sitelib}/%{npm_name}/lib Or is this okay too? mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name} cp -pr package.json lib/ \ %{buildroot}%{nodejs_sitelib}/%{npm_name} -- 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 package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review