瀏覽代碼

asdf in api directory

Bob Mottram 8 年之前
父節點
當前提交
a9b971b886
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. 3
    1
      src/freedombone-app-turtl

+ 3
- 1
src/freedombone-app-turtl 查看文件

@@ -921,7 +921,9 @@ __ENDCONFIG__
921 921
     echo "(defvar *analytics* '(:enabled t" >> /opt/api/config/config.footer
922 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 927
     echo '(load "start")' >> /opt/api/launch.lisp
926 928
 
927 929
     turtl_setup