File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments