shithub: mc

Download patch

ref: fe0c54bda8e70766480784336fc881567620410e
parent: e15876235e25605e42748c0c85ae13625e90b13a
author: Lucas Gabriel Vuotto <lvuotto92@gmail.com>
date: Sat Aug 12 14:52:22 EDT 2017

Fix man paths construction

Signed-off-by: Lucas Gabriel Vuotto <lvuotto92@gmail.com>

--- a/mbld/deps.myr
+++ b/mbld/deps.myr
@@ -237,7 +237,7 @@
 		n = leaf(b.deps, p)
 		match std.strfind(pg, ".")
 		| `std.None:	std.fatal("manpage {} missing section\n", pg)
-		| `std.Some i:	r = std.pathcat(config.Manpath, pg[i + 1:])
+		| `std.Some i:	r = std.strcat(config.Manpath, pg[i + 1:])
 		;;
 		n.instdir = r
 		n.instmod = 0o644