X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fasdf-install%2Fasdf-install.asd;h=91e728232b8150115834ec8140a44f57ab31ef9f;hb=4ed3f0d08c3a57a6762018d9622f253ab9d0f2b6;hp=c91817363451dca3444ea9ed8b5b034c78b17b2d;hpb=559d980f6576f18a6d73344eca54182622b05604;p=sbcl.git diff --git a/contrib/asdf-install/asdf-install.asd b/contrib/asdf-install/asdf-install.asd index c918173..91e7282 100644 --- a/contrib/asdf-install/asdf-install.asd +++ b/contrib/asdf-install/asdf-install.asd @@ -8,7 +8,7 @@ ;;; this is appalling misuse of asdf. please don't treat it as any ;;; kind of example. this shouldn't be a compile-op, or if it is, should -;;; define output-files properly instead oif leaving it be the fasl +;;; define output-files properly instead of leaving it be the fasl (defclass exe-file (cl-source-file) ()) (defmethod perform :after ((o compile-op) (c exe-file)) (sb-executable:make-executable @@ -23,6 +23,8 @@ (defsystem asdf-install :depends-on (sb-posix sb-bsd-sockets) :version "0.2" + #+sb-building-contrib :pathname + #+sb-building-contrib "SYS:CONTRIB;ASDF-INSTALL;" :components ((:file "defpackage") (:exe-file "loader" :depends-on ("installer")) (:file "installer" :depends-on ("defpackage"))))