From 71cfb426b1ef4c7eb506bb3bbc12984e0f4110b9 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Wed, 16 Nov 2016 10:36:52 +0100 Subject: make sure dest exists --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b15439a5..2e8877c8 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ sign: swamid upstream projects rm -f $*.tbs $*.n %.pub: %.sig - xmllint --nowarning --noout --path schema --schema schema.xsd $< && mv $< $(DEST)/$*.xml + mkdir -p $(DEST) && xmllint --nowarning --noout --path schema --schema schema.xsd $< && mv $< $(DEST)/$*.xml dependencies: swamid-externals-sp-2.0.xml swamid-interfederations-idp-2.0.xml -- cgit v1.2.3