Skip to content

Commit bec5960

Browse files
committed
Fix YAML syntax
1 parent 1369555 commit bec5960

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

recipes/recipe.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,13 @@ modules:
3737
- obs-studio-plugin-advanced-scene-switcher
3838
- type: script
3939
snippets:
40-
- |
41-
cd /tmp
42-
git clone --branch 0.4.6 https://github.com/exeldro/obs-source-record.git
43-
cd obs-source-record/
44-
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_OUT_OF_TREE=On && cmake --build build
45-
cd build
46-
sudo make install
47-
# TODO figure out how to not do this
48-
sudo mv /usr/lib/obs-plugins/source-record.so /usr/lib64/obs-plugins
40+
- cd /tmp && \
41+
git clone --branch 0.4.6 https://github.com/exeldro/obs-source-record.git && \
42+
cd obs-source-record/ && \
43+
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_OUT_OF_TREE=On && cmake --build build && \
44+
cd build && \
45+
sudo make install && \
46+
sudo mv /usr/lib/obs-plugins/source-record.so /usr/lib64/obs-plugins # TODO figure out how to not do this
4947
# This is early and targeted so that we can install Zrok in lower layers,
5048
# but not invalidate larger lower layers whenever anything in /etc changes
5149
- type: files

0 commit comments

Comments
 (0)