Merge pull request #94848 from colemickens/v4l-utils

v4l-utils: fix by patchShebangs on cec-gen.pl
This commit is contained in:
Sarah Brofeldt
2020-08-07 07:25:29 +02:00
committed by GitHub

View File

@@ -41,6 +41,7 @@ in stdenv.mkDerivation rec {
postPatch = ''
patchShebangs utils/cec-ctl/msg2ctl.pl
patchShebangs utils/libcecutil/cec-gen.pl
'';
meta = with stdenv.lib; {