git
This commit is contained in:
parent
97411dfd7d
commit
f11283ab67
|
@ -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
|
chroot "$rootdir" /bin/bash -x <<EOF
|
||||||
git clone $PROJECT_REPO /root/$PROJECT_NAME
|
git clone $PROJECT_REPO /root/$PROJECT_NAME
|
||||||
cd /root/$PROJECT_NAME
|
cd /root/$PROJECT_NAME
|
||||||
checkout stockholm -b stockholm
|
git checkout stockholm -b stockholm
|
||||||
make install
|
make install
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue