X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=cl-graph.asd;h=d0e14b5db5d37899d471dfc0a8cec8c80988b409;hb=60a6a5dc8344e67aef8c8903c3cacc58a1f2315d;hp=c1e13b4e875255f6fed0ea8a18b503536244f7b0;hpb=65b29b990908dd664a3326096cdc78cb36a07162;p=cl-graph.git diff --git a/cl-graph.asd b/cl-graph.asd index c1e13b4..d0e14b5 100644 --- a/cl-graph.asd +++ b/cl-graph.asd @@ -5,13 +5,13 @@ |# (in-package :common-lisp-user) -(defpackage "ASDF-CL-GRAPH" (:use #:cl #:asdf)) -(in-package "ASDF-CL-GRAPH") +(defpackage #:asdf-cl-graph (:use #:cl #:asdf)) +(in-package #:asdf-cl-graph) (unless (find-system 'asdf-system-connections nil) (when (find-package 'asdf-install) (print "Trying to install asdf-system-connections with ASDF-Install...") - (funcall (intern "INSTALL" "ASDF-INSTALL") 'asdf-system-connections))) + (funcall (intern (symbol-name :install) :asdf-install) 'asdf-system-connections))) ;; give up with a useful (?) error message (unless (find-system 'asdf-system-connections nil) (error "The CL-Graph system requires ASDF-SYSTEM-CONNECTIONS. See