Skip to content

Commit

Permalink
Update write-release-index for symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak authored and Shinmera committed Apr 7, 2024
1 parent 04f8a9b commit a7b4c73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions compile.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ available-versions-url: ~a"
(archive-md5 project)
(source-sha1 project)
(prefix project)
(remove-duplicates (loop for system in (systems project) collect (enough-namestring (file system)
(source-directory (project project))))
(remove-duplicates (loop for system in (systems project)
collect (enough-namestring (truename (file system))
(truename (source-directory (project project)))))
:test #'string=)))))

(defun write-system-index (release stream)
Expand Down

0 comments on commit a7b4c73

Please sign in to comment.