I have no wish for code pulled from any git to be installed within the standard file system structures. I always make sure these things are installed under /opt and their own directory. So I mod's Makefile.
After building and attempting to start, everything breaks due to all the hard coded paths.
Any path referenced, should be taking its hint from PREFIX & DESTDIR, although, we should only be supplying one of these. Having both, confuses matters.
I have no wish for code pulled from any git to be installed within the standard file system structures. I always make sure these things are installed under /opt and their own directory. So I mod's Makefile.
After building and attempting to start, everything breaks due to all the hard coded paths.
Any path referenced, should be taking its hint from PREFIX & DESTDIR, although, we should only be supplying one of these. Having both, confuses matters.