aboutsummaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-16 23:34:38 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-16 23:34:38 -0700
commit11f42e0a567b02f2391e6bc77ae4b891fe2577bc (patch)
tree0bd7594fb8a176b027bf67ba49e068698b75323e /src/data
parent56d4c8e7245b9766bc4ed16af279117a83ae69a4 (diff)
downloadconsfigurator-11f42e0a567b02f2391e6bc77ae4b891fe2577bc.tar.gz
specify MIME type for concatenated systems
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/data')
-rw-r--r--src/data/asdf.lisp2
1 files changed, 1 insertions, 1 deletions
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")))