Fix Nyx build script (#965)
due to the call to pushd on line 23 not being directed at packer, the wrong commit was being used and so that resulted in the wrong init.cpio.gz being generated which hangs when trying to run the libxml2 examples however using the right commit (86b159bafc0b2ba8feeaa8761a45b6201d34084f) fixes this problem.
This commit is contained in:
parent
d77d9d5f31
commit
de6ee8b161
@ -20,7 +20,7 @@ fi
|
|||||||
if [ ! -e ./packer/.git ]; then
|
if [ ! -e ./packer/.git ]; then
|
||||||
rm -rf ./packer
|
rm -rf ./packer
|
||||||
git clone https://github.com/syheliel/packer.git || exit 1
|
git clone https://github.com/syheliel/packer.git || exit 1
|
||||||
pushd QEMU-Nyx
|
pushd packer
|
||||||
git reset --hard 86b159bafc0b2ba8feeaa8761a45b6201d34084f
|
git reset --hard 86b159bafc0b2ba8feeaa8761a45b6201d34084f
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user