Skip to content

add a missing slash at the end of the sys rule

Mikhail Morfikov requested to merge (removed):fix-video-abstraction into master

Basically there's the following rule in the video abstraction:

@{sys}/class/video4linux r,

There's no such file. But there's a dir under that name, so the rule should look like this:

@{sys}/class/video4linux/ r,

Merge request reports