summaryrefslogtreecommitdiff
path: root/make-core-image.sh
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-10-07 18:44:13 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-10-07 18:44:13 +0200
commitb5c357c081a4901c892ab0e61e33ab94ade98086 (patch)
treefcc2b13bf09d5b7cb0c4be6489645aa8cdae9355 /make-core-image.sh
parente6b65cb7b6c16d1fb9ecb86260dddb1fc0c4b115 (diff)
Make use of Akismet for spam detection.
darcs-hash:8828531ab148ca71cca0a0dbef7733717834cbb4
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 6eb467b..a8d6130 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))
+ :split-sequence :clsql :clsql-sqlite3 :drakma))
(clc:clc-require system))
(saveinitmem "lispinit.mem")
(quit)