]> asedeno.scripts.mit.edu Git - cl-protobufs.git/commitdiff
asdf-support: source-file-explicit-type, not source-explicit-file-type
authorAlejandro R Sedeño <asedeno@google.com>
Fri, 8 Mar 2013 01:33:09 +0000 (20:33 -0500)
committerAlejandro R Sedeño <asedeno@google.com>
Fri, 8 Mar 2013 01:33:09 +0000 (20:33 -0500)
asdf-support.lisp

index 9087828f9ce16bb9bae2a542a5a330bcc5244f66..4aa3dcfe4eb101309b41f862097a130ee381e6f3 100644 (file)
@@ -67,7 +67,7 @@
     ;; Path was specified with ':proto-pathname'
     (subpathname (component-pathname (component-parent component))
                  (proto-relative-pathname component)
-                 :type (source-explicit-file-type component))
+                 :type (source-file-explicit-type component))
     ;; No ':proto-pathname', the path of the protobuf file
     ;; defaults to the component-pathname, with its automatic type "proto"
     (component-pathname component)))