z***@iem.at
2015-06-07 21:03:28 UTC
Another issue that arose while packaging linuxptp for Debian was,
that the 'install' target in the makefile completely ignored the
DESTDIR variable, that allows to install into a staging directory¹.
I added a patch that prefixes all installation paths with $(DESTDIR).
While being there, I also replaced the call to 'mkdir' with a more
standard call to 'install -d'.
Thanks for consideration,
gfmasrd
IOhannes
PS: if this comes in double, please accept my apologies. my mail spool
went out of disk space.
¹ https://www.gnu.org/prep/standards/html_node/DESTDIR.html
------------------------------------------------------------------------------
that the 'install' target in the makefile completely ignored the
DESTDIR variable, that allows to install into a staging directory¹.
I added a patch that prefixes all installation paths with $(DESTDIR).
While being there, I also replaced the call to 'mkdir' with a more
standard call to 'install -d'.
Thanks for consideration,
gfmasrd
IOhannes
PS: if this comes in double, please accept my apologies. my mail spool
went out of disk space.
¹ https://www.gnu.org/prep/standards/html_node/DESTDIR.html
------------------------------------------------------------------------------