Fixed directory for installing quicklisp.

This commit is contained in:
Juan Jose Garcia Ripoll 2012-07-24 21:52:49 +02:00
parent b3fbf51174
commit a6147c8af8

View file

@ -14,7 +14,12 @@
(translate-logical-pathname "HOME:QUICKLISP;")
)
(defparameter *quicklisp-setup* "SYS:QUICKLISP;SETUP.LISP")
(defparameter *quicklisp-setup*
#+windows
"SYS:QUICKLISP;SETUP.LISP"
#-windows
"HOME:QUICKLISP;SETUP.LISP"
)
(defun safe-download (url filename)
(ensure-directories-exist filename)