ソースを参照

quicklisp path

Bob Mottram 8 年 前
コミット
25ab7c2fc4
共有1 個のファイルを変更した3 個の追加3 個の削除を含む
  1. 3
    3
      src/freedombone-app-turtl

+ 3
- 3
src/freedombone-app-turtl ファイルの表示

509
     git clone git://github.com/orthecreedence/cl-hash-util
509
     git clone git://github.com/orthecreedence/cl-hash-util
510
     if [[ "$check_architecture" != *"arm"* ]]; then
510
     if [[ "$check_architecture" != *"arm"* ]]; then
511
         if [[ "$check_architecture" == *"64"* ]]; then
511
         if [[ "$check_architecture" == *"64"* ]]; then
512
-            su -c "cat '(ccl:quit)' | $TURTL_BASE_DIR/ccl/lx86cl64 -l /root/quicklisp/setup.lisp" - turtl
512
+            su -c "cat '(ccl:quit)' | $TURTL_BASE_DIR/ccl/lx86cl64 -l $TURTL_BASE_DIR/quicklisp/setup.lisp" - turtl
513
         else
513
         else
514
-            su -c "cat '(ccl:quit)' | $TURTL_BASE_DIR/ccl/lx86cl -l /root/quicklisp/setup.lisp" - turtl
514
+            su -c "cat '(ccl:quit)' | $TURTL_BASE_DIR/ccl/lx86cl -l $TURTL_BASE_DIR/quicklisp/setup.lisp" - turtl
515
         fi
515
         fi
516
     else
516
     else
517
-        su -c "cat '(ccl:quit)' | $TURTL_BASE_DIR/ccl/larmcl -l /root/quicklisp/setup.lisp" - turtl
517
+        su -c "cat '(ccl:quit)' | $TURTL_BASE_DIR/ccl/larmcl -l $TURTL_BASE_DIR/quicklisp/setup.lisp" - turtl
518
     fi
518
     fi
519
 
519
 
520
     # config
520
     # config