to support symbolic linked systems.

This commit is contained in:
SANO Masatoshi 2017-04-28 21:56:51 +09:00
parent c4f43f796e
commit b58a107faf

View file

@ -168,9 +168,6 @@
(format *error-output* "~&[~a/3] Attempting to install the scripts in ~
roswell/ subdirectory of the system...~%" (incf step))
(and (ql:where-is-system system)
(let ((a (namestring (truename (homedir))))
(b (namestring (truename (ql:where-is-system system)))))
(string= a b :end2 (min (length a) (length b))))
(let ((scripts (directory (merge-pathnames "roswell/*.*" (ql:where-is-system system)))))
(if scripts
(format t "~&Found ~a scripts:~{ ~a~}~%"