From ed595f52c26c1f2bc10023a6dec0e4ff5e22a6d6 Mon Sep 17 00:00:00 2001 From: Ashok Gautham Date: Fri, 9 Sep 2022 13:24:36 +0530 Subject: [PATCH] Set JANET_MANPATH environment variable while installing. JPM on windows currently installs its manpage to C:\ directly because this isn't set when installing Janet through the MSI installer --- tools/msi/janet.wxs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/msi/janet.wxs b/tools/msi/janet.wxs index bbf62066..9ea2038d 100644 --- a/tools/msi/janet.wxs +++ b/tools/msi/janet.wxs @@ -159,6 +159,7 @@ ALLUSERS=1 + @@ -167,6 +168,7 @@ NOT ALLUSERS=1 +