Fix patch loop to only loop patches

This commit is contained in:
ferrreo 2023-04-28 20:02:44 +01:00 committed by GitHub
parent d96d12aebb
commit 7704bc43ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ git clone --recursive https://github.com/obsproject/obs-studio.git
cp -rvf ./debian ./obs-studio/
cd ./obs-studio
for i in ../patches/*; do patch -Np1 -i $i ;done
for i in ../patches/*.patch; do patch -Np1 -i $i ;done
# Get build deps brute force
apt-get install -y cmake ninja-build pkg-config clang clang-format build-essential curl ccache git