From 11f42e0a567b02f2391e6bc77ae4b891fe2577bc Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 16 Feb 2021 23:34:38 -0700 Subject: specify MIME type for concatenated systems Signed-off-by: Sean Whitton --- src/data/asdf.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/data') diff --git a/src/data/asdf.lisp b/src/data/asdf.lisp index bca2346..cec3724 100644 --- a/src/data/asdf.lisp +++ b/src/data/asdf.lisp @@ -22,4 +22,4 @@ return the filename." :disable-cache :ignore-inherited-configuration)) (asdf:operate op co) - (list :file (asdf:output-file op co)))) + (list :file (asdf:output-file op co) :type "text/plain"))) -- cgit v1.2.3