Skip to content

Commit

Permalink
Fixes Quicklisp path for Ubuntu 18.04.
Browse files Browse the repository at this point in the history
I originally tried out these commands in a 20.04 container, looks like
they changed the install path.
  • Loading branch information
remexre committed Aug 2, 2020
1 parent 90a54e3 commit 49d6032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/common-lisp.toml
Expand Up @@ -11,7 +11,7 @@ packages = [
"sbcl"
]
setup = [
"sbcl --non-interactive --load /usr/share/common-lisp/source/quicklisp/quicklisp.lisp --eval '(quicklisp-quickstart:install)' --eval '(ql-util:without-prompting (ql:add-to-init-file))'"
"sbcl --non-interactive --load /usr/share/cl-quicklisp/quicklisp.lisp --eval '(quicklisp-quickstart:install)' --eval '(ql-util:without-prompting (ql:add-to-init-file))'"
]

versionCommand = [
Expand Down

0 comments on commit 49d6032

Please sign in to comment.