Hiho. I'm trying to open a new realm. Copied world, auth, configs to a new folder, but it doesn't work. The default path by 'make install' in ubuntu is usr/bin for binaries and usr/etc for confs, so i thought to make a new 'make install' with a path: make install DESTDIR=/blahblahIt installed correctly, I have bin and etc folders within the blahblah folder, but IT STILL USES THE OLD PATH (usr/etc). Do you have any ideas how to solve this? Thank you!