Package: direnv / 2.10.0-2

Metadata

Package Version Patches format
direnv 2.10.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Respect prefix in addition to DESTDIR in Makefile.patch | (download)

Makefile | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 respect prefix in addition to destdir in makefile


0002 Update Makefile to skip installing the manpages.patch | (download)

Makefile | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 update makefile to skip installing the manpages


0003 Escape . at the beginning of line to remove manpage .patch | (download)

man/direnv.1.md | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 escape '.' at the beginning of line to remove manpage warning

'.' at the beginning of a line in a manpage indicates macro
usage. Escape it with '\' to remove a missing macro warning.