diff options
author | Leif Johansson <leifj@sunet.se> | 2016-11-16 09:29:31 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2016-11-16 09:29:31 +0100 |
commit | d758f44c77c243c5bd8a011b24a3689c8ff5a74e (patch) | |
tree | f7787fb2f07965e462f4bc61bf5cc7a50a1978cf /Makefile | |
parent | af62491a01654c28784ea57d93153159aee19aed (diff) |
fix quotes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ TRANSFORM=xslt/normalize.xsl ID=$(shell perl scripts/unique_id.pl) XSLTDEFS := --stringparam org $(ORG) --stringparam ID $(ID) --stringparam tou $(TOU) --stringparam rpi $(RPI) --stringparam defaultContact $(CONTACTS) --stringparam date $(DATE) --stringparam now $(NOW) SIGNER := xmlsec1 --sign --privkey-pem $(KEY),$(CERT) --pwd $(PASS) --id-attr:ID urn:oasis:names:tc:SAML:2.0:metadata:EntitiesDescriptor -BASEURL := "http://md.swamid.se/md/" +BASEURL := http://md.swamid.se/md -include $(SWAMID_MK_CONFIG) |