From 1b01ed14f2da5a40ec3d1dae6f62ed623201e10c Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Tue, 21 Jul 2020 22:10:04 -0700 Subject: [PATCH] Fixed non-MSYS xsd install Signed-off-by: Russ Magee --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 18995f2..4227b4b 100644 --- a/Makefile +++ b/Makefile @@ -104,6 +104,7 @@ ifdef WIN_MSYS else cp xs/xs $(INSTPREFIX)/bin cd $(INSTPREFIX)/bin && ln -s xs xc && cd - + cp xsd/xsd $(INSTPREFIX)/sbin endif uninstall: