Hal Murray via devel writes:
> How do they use it?  Do they actually do a "make install" in the build 
> environment, or somehow capture whatever the install step does?

The canonical way of packaging for system install is to use PREFIX=/usr
and then do

make DESTDIR=/some/staging/directory install

to install into some empty hierarchy that you can then build the install
packages from.  There usually is some option to add, modify or (re)move
files in the staging area after that installation is done and before the
actual packaging, but it's really annoying if you have to use that.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables

_______________________________________________
devel mailing list
devel@ntpsec.org
http://lists.ntpsec.org/mailman/listinfo/devel

Reply via email to