Rosenthal/rosenthal/packages/patches/linux-libre-deblob-check-omit-error.patch
Hilton Chain 1f31dedb6f
rosenthal: linux-xanmod: Update to 6.0.10.
* rosenthal/packages/linux.scm (%xanmod-version): Update to 6.0.10.
(doc-supported?): New variable.
(linux-xanmod-source,linux-xanmod): Adjusted accordingly.
2022-12-02 22:42:34 +08:00

14 lines
367 B
Diff

diff --git a/linux-libre-deblob-check b/linux-libre-deblob-check
index d75b6b3..b45aa90 100644
--- a/linux-libre-deblob-check
+++ b/linux-libre-deblob-check
@@ -7978,7 +7978,7 @@ $eormatch /^[;][/][*]end .*[*][/][;]$eornl$/ {
for (i = nfilenames; --i > 0;)
print filenames[i] " within";
print filenames[0];
- exit (1);
+ exit (0);
}
}