abs path for patch.

This commit is contained in:
Ben Vanik 2014-09-09 20:45:14 -07:00
parent 60ee77d3c2
commit 9fcffcf866
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ cd binutils-$SNAPSHOT_VERSION/
echo ""
echo "Patching binutils with vmx128 support..."
patch -p0 < ../binutils-$SNAPSHOT_VERSION-vmx128.patch
patch -p0 < $THIS_SCRIPT_DIR/binutils-$SNAPSHOT_VERSION-vmx128.patch
echo ""
echo "Running ./configure..."