Bob Mottram 9 年之前
父節點
當前提交
2ef92742a5
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise 查看文件

@@ -647,7 +647,7 @@ function mesh_tox_node {
647 647
 	cp $TEMP_SCRIPT $rootdir/root/
648 648
 
649 649
 	SECONDS=0
650
-	chroot "$rootdir" $TEMP_SCRIPT_NAME
650
+	chroot "$rootdir" /root/$TEMP_SCRIPT_NAME
651 651
 	if [ ! "$?" = "0" ]; then
652 652
 		duration=$SECONDS
653 653
 		echo $"Toxcore compile failed at $(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed."