Changeset 13031


Ignore:
Timestamp:
11/19/10 18:23:31 (13 years ago)
Author:
Mark Evenson
Message:

Ensure that the ASDF registry contains the ASDF-INSTALL install locations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/contrib/asdf-install/variables.lisp

    r13030 r13031  
    115115(defvar *temporary-directory*
    116116  (pathname-sans-name+type (user-homedir-pathname)))
     117
     118#+abcl
     119(eval-when (:load-toplevel)
     120  (require 'asdf)
     121  (dolist (location *locations*)
     122    (pushnew (second location) asdf:*central-registry*)))
Note: See TracChangeset for help on using the changeset viewer.