support /usr merge
I still have a question, most binaries have something like this:
: "${LIBDIR:=$PREFIX/lib}"
. "$LIBDIR/tiny-cloud/common"
at the beginning, but PREFIX
seems to not be set anywhere at run-time. That means, binaries will default to /lib
. I guess the proper way to do this, would be to replace that with the value of PREFIX at build-time? Any suggestions?