Skip to content

Commit

Permalink
fix abcl-cdk-examples-config package and directory
Browse files Browse the repository at this point in the history
  • Loading branch information
slyrus committed Dec 29, 2013
1 parent e04882d commit a421c7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion abcl-cdk-examples.asd
Expand Up @@ -10,6 +10,9 @@
:components
((:file "examples")))))

(cl:defpackage #:abcl-cdk-examples-config (:export #:*base-directory*))

(cl:defparameter abcl-cdk-examples-config:*base-directory*
(make-pathname :name "examples/" :type nil :defaults *load-truename*))
(merge-pathnames #P"examples/"
(make-pathname :name nil :type nil :defaults *load-truename*)))

0 comments on commit a421c7e

Please sign in to comment.