mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
to support symbolic linked systems.
This commit is contained in:
parent
c4f43f796e
commit
b58a107faf
|
|
@ -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~}~%"
|
||||
|
|
|
|||
Loading…
Reference in a new issue