mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
buildroot: Apply patch inside buildroot directory
This commit is contained in:
parent
1c39a198f7
commit
725d651f96
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ BUILDROOT_TAR=buildroot-2024.02.3.tar.gz
|
||||||
|
|
||||||
if [ ! -e "${BUILDROOT}" ]; then
|
if [ ! -e "${BUILDROOT}" ]; then
|
||||||
tar xvf "${BUILDROOT_TAR}"
|
tar xvf "${BUILDROOT_TAR}"
|
||||||
patch -p0 < buildroot-mesa3d.patch
|
pushd ${BUILDROOT} && patch -p0 < buildroot-mesa3d.patch && popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -e "${BUILDROOT}/.config" ]; then
|
if [ ! -e "${BUILDROOT}/.config" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue