I’m trying to keep some web software installed into a non-standard install directory. If I use the yum module as is, the software gets installed to /opt/ and I want to get it installed under /usr// . With running it on the server itself manually I can use the --installroot= flag to yum to get it to install where I want it. Is there a way to do this with the yum module?
Thanks!
Scott