I'm working to build a deb package from source, but I'm having trouble redirecting the "make install" command to the package location.
I attempted to use --prefix, but that broke the init.d script that was being written. I set DESTDIR=, which resulted in a good init.d script, but the shared objects are not linked properly once I install the package on a fresh instance. What's the right way to invoke the make install script and have all output written to a specific directory, while also ensuring shared objects are linked relative to that directory instead of the build system? -- Justin Phelps www.onitato.com 210.560.3124 http://www.linkedin.com/in/linuturk
