I installed RT3 on my web server, and now its time to migrate to a new server. When I installed the first install, I used `./configure --prefix=/usr/local`. Which failed miserably. /opt is hardcoded in the vast majority of the files, so I had to do a `mount_null /usr/local /opt`, which is bloody annoying. Can someone please fix this?