Custom build target require user input on build console...
Posted: Sun Dec 12, 2010 1:07 am
I try to create a custom build target which requires sudo rights. This new target will do a "sudo make install" into a root folder.
Creating the build target is simple and it works and is starting by asking for user credentials. However, I am not able to give any input to the build console thus the build will not continue. I need a way to give credentials. How can this be accomplished? Meantime I can do it from command line.
Creating the build target is simple and it works and is starting by asking for user credentials. However, I am not able to give any input to the build console thus the build will not continue. I need a way to give credentials. How can this be accomplished? Meantime I can do it from command line.