% cat ~/.config/common-lisp/asdf-output-translations.conf
(:output-translations :inherit-configuration ((:home "tmp") (:home "tmp2")))

% sbcl
This is SBCL 2.4.11, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.
* (load "/usr/local/lib/sbcl/asdf/asdf.lisp" :verbose t)
; loading #P"/usr/local/lib/sbcl/asdf/asdf.lisp"
T
* (print asdf::*output-translations*)

NIL
NIL
*

Generated by jrm using scpaste at Thu Dec 5 14:02:43 2024. AST. (original)