Bob Mottram 8 år sedan
förälder
incheckning
d3a6fe467a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise Visa fil

766
 chroot "$rootdir" /bin/bash -x <<EOF
766
 chroot "$rootdir" /bin/bash -x <<EOF
767
 git clone $PROJECT_REPO /root/$PROJECT_NAME
767
 git clone $PROJECT_REPO /root/$PROJECT_NAME
768
 cd /root/$PROJECT_NAME
768
 cd /root/$PROJECT_NAME
769
-git checkout stockholm -b stockholm
769
+git checkout origin/stockholm -b stockholm
770
 make install
770
 make install
771
 EOF
771
 EOF
772
 
772