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

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

@@ -766,7 +766,7 @@ sed -i "s|host-name=.*|host-name=${PROJECT_NAME}|g" $rootdir/etc/avahi/avahi-dae
766 766
 chroot "$rootdir" /bin/bash -x <<EOF
767 767
 git clone $PROJECT_REPO /root/$PROJECT_NAME
768 768
 cd /root/$PROJECT_NAME
769
-git checkout stockholm -b stockholm
769
+git checkout origin/stockholm -b stockholm
770 770
 make install
771 771
 EOF
772 772