Browse Source

asdf in api directory

Bob Mottram 8 years ago
parent
commit
a9b971b886
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      src/freedombone-app-turtl

+ 3
- 1
src/freedombone-app-turtl View File

921
     echo "(defvar *analytics* '(:enabled t" >> /opt/api/config/config.footer
921
     echo "(defvar *analytics* '(:enabled t" >> /opt/api/config/config.footer
922
     echo '                      :db "analytics"))' >> /opt/api/config/config.footer
922
     echo '                      :db "analytics"))' >> /opt/api/config/config.footer
923
 
923
 
924
-    echo "(pushnew \"./\" asdf:*central-registry* :test #'equal)" > /opt/api/launch.lisp
924
+    cp $INSTALL_DIR/asdf.lisp /opt/api
925
+    echo '(load (compile-file "asdf.lisp"))' > /opt/api/launch.lisp
926
+    echo "(pushnew \"./\" asdf:*central-registry* :test #'equal)" >> /opt/api/launch.lisp
925
     echo '(load "start")' >> /opt/api/launch.lisp
927
     echo '(load "start")' >> /opt/api/launch.lisp
926
 
928
 
927
     turtl_setup
929
     turtl_setup