Fix patch loop to only loop patches
This commit is contained in:
parent
d96d12aebb
commit
7704bc43ca
2
main.sh
2
main.sh
@ -11,7 +11,7 @@ git clone --recursive https://github.com/obsproject/obs-studio.git
|
|||||||
cp -rvf ./debian ./obs-studio/
|
cp -rvf ./debian ./obs-studio/
|
||||||
cd ./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
|
# Get build deps brute force
|
||||||
apt-get install -y cmake ninja-build pkg-config clang clang-format build-essential curl ccache git
|
apt-get install -y cmake ninja-build pkg-config clang clang-format build-essential curl ccache git
|
||||||
|
Loading…
Reference in New Issue
Block a user