소스 검색

no need to cd

Bob Mottram 9 년 전
부모
커밋
23deff9409
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      src/freedombone-image-customise

+ 0
- 1
src/freedombone-image-customise 파일 보기

@@ -665,7 +665,6 @@ function mesh_tox_avahi {
665 665
 	fi
666 666
 	
667 667
 	# install a command to obtain the Tox ID
668
-	chroot "$rootdir" $INSTALL_DIR
669 668
 	chroot "$rootdir" git clone $TOXID_REPO $INSTALL_DIR/toxid
670 669
 	if [ ! -d $rootdir$INSTALL_DIR/toxid ]; then
671 670
 		exit 63921