Fix the creation of a symlink in Quicklisp's local-projects
directory
Reviewers: teon.banek, mtomic Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1677
This commit is contained in:
parent
76504f7b73
commit
4aa9af028c
2
init
2
init
@ -128,7 +128,7 @@ if [[ ! -f "${quicklisp_install_dir}/setup.lisp" ]]; then
|
||||
" | sbcl --script || exit 1
|
||||
rm -rf quicklisp.lisp || exit 1
|
||||
fi
|
||||
ln -fs "$DIR/src/lisp" "${quicklisp_install_dir}/local-projects/lcp"
|
||||
ln -Tfs "$DIR/src/lisp" "${quicklisp_install_dir}/local-projects/lcp"
|
||||
|
||||
# setup libs (download)
|
||||
cd libs
|
||||
|
Loading…
Reference in New Issue
Block a user