xiaoyin0208 / lz4

Automatically exported from code.google.com/p/lz4
0 stars 0 forks source link

patch: support DESTDIR in makefile to allow staged installs #90

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Proper package creation [1] require a staged installation to a non-privileged 
location (usually inside a sandbox) for testing before installing the tested 
binaries to standard system paths (like /usr/bin).

The attached patch provides support for DESTDIR to allow these staged installs. 
[2]

[1] http://www.exherbo.org/docs/exheres-for-smarties.html#phases
[2] https://www.gnu.org/prep/standards/html_node/DESTDIR.html

Original issue reported on code.google.com by Jorge.Ap...@gmail.com on 11 Oct 2013 at 5:46

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks Jorge. It's a clean proposal. I'll handle it.

Original comment by yann.col...@gmail.com on 11 Oct 2013 at 8:44

GoogleCodeExporter commented 8 years ago

Original comment by yann.col...@gmail.com on 11 Oct 2013 at 8:45

GoogleCodeExporter commented 8 years ago
Integrated into r107

Original comment by yann.col...@gmail.com on 21 Oct 2013 at 8:08