src/sod.asd.in: Find `auto.lisp' even if we're located via logical pathname.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 28 Jul 2020 00:14:02 +0000 (01:14 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 4 Jun 2021 18:58:58 +0000 (19:58 +0100)
commit0680627693d3784d8a4f8eb94a8707882fb5f1f0
tree8c38ed6d3832f6e0d8b820dd7a2c03fba6ca3656
parent8a4a92d5fd8d5639293f62f9c12c2712d526cb72
src/sod.asd.in: Find `auto.lisp' even if we're located via logical pathname.

Without this, `#p"auto.lisp"' looks like an /absolute/ pathname
according to the logical-pathname syntax rules, and it can't be found.
I admit to preferring to type `home:src;sod;..." than my actual home
directory.
src/sod.asd.in