/
is the highest directory in Linux. Is there a way to fake that to something else say /opt/rpmbuild/BUILDROOT
?
Here's my problem space. I am trying to re-package a COTS into RPM format. The COTS came in a form of binary and I need to install that first before packaging it into RPM. The install is installing it into /opt/app
directory, and I want it to install it into /opt/rpmbuild/BUILDROOT/opt/app
but I couldn't force that to happen.