azweb76 / node-rpmbuild

RPM build package for node.
MIT License
2 stars 8 forks source link

added buildArch option, console.log for errors #1

Closed mfrye closed 10 years ago

mfrye commented 10 years ago

Great work on this, worked pretty well for me.

The only problem I ran into was folder permissions on the /opt.. /tmp directory - it kept saying it could not access the temp file without sudo access. I don't know if it's due to the logic here, or due to the rpmbuild install process on mac that required sudo. I was able to fix it though by changing the permissions on the tmp dir.

azweb76 commented 10 years ago

Hi Mike, thanks for the contribution. I also added an installScript option to allow you to add on to the install script. Let me know if you have any issues.

mfrye commented 10 years ago

Awesome, thanks.