summaryrefslogtreecommitdiff
path: root/make-core-image.sh
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-10-07 12:18:24 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-10-07 12:18:24 +0200
commite8a3524a2c1c6ed3d7385a0c31825a3385d6bbf6 (patch)
tree6f02c4df34ac88293c645b4c4d76cef39c35428d /make-core-image.sh
parent0161b4b655e549d57fef122cabae5d4e380a4e95 (diff)
Do not depend on the presence of the Common-Lisp Controller.
Ignore-this: 83781260a8ffe3318af46a4e53bdf38 darcs-hash:b21a8ab0bc0c9160043e6f2d83452b5421d2e520
Diffstat (limited to 'make-core-image.sh')
-rwxr-xr-xmake-core-image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-core-image.sh b/make-core-image.sh
index a8d6130..d85dc93 100755
--- a/make-core-image.sh
+++ b/make-core-image.sh
@@ -3,7 +3,7 @@ clisp -q -q -on-error exit <<EOF
(dolist (system '(:cl-ppcre :cl-fad :iterate :cl-markdown :parenscript
:yaclml :lisp-cgi-utils :alexandria :xml-emitter
:split-sequence :clsql :clsql-sqlite3 :drakma))
- (clc:clc-require system))
+ (asdf:oos 'asdf:load-op system))
(saveinitmem "lispinit.mem")
(quit)
EOF