summaryrefslogtreecommitdiff
path: root/make-core-image.sh
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-10-08 12:39:51 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-10-08 12:39:51 +0200
commitd824e377fa8e7f9b2107657d0d46277fbc098acd (patch)
tree8057fa3a5f37d2354491b252442ea8f987d9f41d /make-core-image.sh
parent4edfe9d3d7eb726782ea888530d00369cdec69fa (diff)
Update build scripts.
Ignore-this: bb3af5ab17cf5242a9d6980023dcb945 darcs-hash:5cb26f36c421790ac815acb1f6462da5508e8507
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 d85dc93..9f36e16 100755
--- a/make-core-image.sh
+++ b/make-core-image.sh
@@ -2,7 +2,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))
+ :split-sequence :clsql :clsql-sqlite3 :drakma :cybertyggr-time))
(asdf:oos 'asdf:load-op system))
(saveinitmem "lispinit.mem")
(quit)