This commit is contained in:
Bob Mottram 2016-07-16 21:31:07 +01:00
parent f11283ab67
commit d3a6fe467a
1 changed files with 1 additions and 1 deletions

View File

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