Closed jmtd closed 4 years ago
Good idea, thank you! Please provide a single clean commit taking into account the following.
sync-docs
should be required).sed -i
and the GNU-make extension. Both are likely to fail on macOS and FreeBSD.-i
redirect the output of sed into a local temporary file and install that one.@dspinellis
Good idea, thank you! Please provide a single clean commit taking into account the following.
OK, done and force-pushed. Thanks for the feedback!
hi @dspinellis is further work required here?
When git-issue is installed vi "make install" and PREFIX is overridden from /usr/local, substitute for this in the library search path within git-issue. Fixes #61.
This uses a GNU Makefile feature (text substitution) to avoid the path separator '/' being interpreted as the substitution delimiter for sed.