hellerve / sbcli

A REPL for my SBCL needs
GNU General Public License v3.0
94 stars 13 forks source link

Look for quicklisp in /var/lib or /home directory #32

Open Valenoern opened 1 year ago

Valenoern commented 1 year ago

I am working on a Linux distribution called v-refracta, and on it most of the programs are supposed to be Lisp.

Here I've patched sbcli to look in either the home directory or a "standard" directory for quicklisp installed by a distribution package. I'm open to putting quicklisp in a different directory than /var/lib/quicklisp, and if you can think of a better one you could change it here. (I assumed it needed to go in /var because it was going to be written to in less predictable ways than is expected with /usr/share.)