alarm/kodi-rpi-git: remove white spaces

This commit is contained in:
graysky 2021-02-21 11:05:12 -05:00
parent d7b06e52b9
commit 0485dd225d

View file

@ -109,11 +109,11 @@ prepare() {
[[ -d kodi-build ]] && rm -rf kodi-build
mkdir "$srcdir"/kodi-build
# put patch in source tree so kodi build system can pick it up
cp ../use-mcpu-avoiding-march-and-mtune.patch \
tools/depends/target/ffmpeg/0002-use-mcpu-avoiding-march-and-mtune.patch
# patch kodi build system to apply the patch we just copied over
patch -Np1 -i ../0001-mcpu-cortex-application-to-ffmpeg.patch
}