aboutsummaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-20 15:57:58 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-20 15:57:58 -0700
commite423f9383116af6f5c66f1e120c8b00a563e0039 (patch)
tree13cf2d8a0007fdc46cb838bd600df33cf90d3ebf /src/data
parentb032c7eaf4d535529e131d140aee0c7465483883 (diff)
downloadconsfigurator-e423f9383116af6f5c66f1e120c8b00a563e0039.tar.gz
update DATA.ASDF for new data classes
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/data')
-rw-r--r--src/data/asdf.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/data/asdf.lisp b/src/data/asdf.lisp
index 91e6f76..44cfb6c 100644
--- a/src/data/asdf.lisp
+++ b/src/data/asdf.lisp
@@ -40,4 +40,5 @@ return the filename."
:disable-cache
:ignore-inherited-configuration))
(asdf:operate op co)
- (list :file (asdf:output-file op co) :type "text/plain")))
+ (make-instance 'file-data :file (asdf:output-file op co)
+ :mime "text/plain")))