Why this patch
I wanted to install ucspi-tcp to a staging area for binary packaging.
Without this patch
ucspi-tcp installs to conf-home
.
With this patch
To install (as non-root) into a staging area /var/tmp/ucspitcpbuild
:
$ echo /var/tmp/ucspitcpbuild > conf-destdir
$ make setup
Get this patch
Download and apply ucspi-tcp-0.88-destdir-20180725.patch.
(Generated with git diff ucspi-tcp-0.88 ucspi-tcp-0.88-destdir-20180725
.)
Improve this patch
If you see a simpler way to do it, I’d love to know.