From 4727ca9ceee5445642a8b5a90523cdb56e9b47da Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Fri, 20 Feb 2009 07:28:02 +0100 Subject: [PATCH] Need to set up external packages as submodules, and need to fix this. Signed-off-by: AJ Rossini --- lispstat.asd | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lispstat.asd b/lispstat.asd index e75ed50..f2e4734 100644 --- a/lispstat.asd +++ b/lispstat.asd @@ -1,5 +1,5 @@ ;; -*- mode: lisp -*- -;;; Time-stamp: <2009-01-07 17:42:26 tony> +;;; Time-stamp: <2009-02-19 17:53:25 tony> ;;; Created: <2005-05-30 17:09:47 blindglobe> ;;; File: lispstat.asd ;;; Author: AJ Rossini @@ -50,7 +50,9 @@ (ls-defdir *lispstat-external-dir* "external/") ) -(pushnew *lispstat-asdf-dir* asdf:*central-registry*) +;;(pushnew *lispstat-asdf-dir* asdf:*central-registry*) + + ;; (pushnew #p"C:/Lisp/libs/" asdf-util:*source-dirs* :test #'equal) ; eg for Microsoft ;;; back to our regularly scheduled work... -- 2.11.4.GIT