We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c93e0 commit e32daf4Copy full SHA for e32daf4
pkgs/kernel-abi-check/kernel-abi-check-hook.sh
@@ -5,7 +5,7 @@ _checkAbiHook() {
5
echo "Skipping ABI check"
6
else
7
echo "Checking of ABI compatibility"
8
- find "$out/${extensionName}" -name '*.so' -print0 | \
+ find "$out/" -name '*.so' -print0 | \
9
xargs -0 -n1 kernel-abi-check
10
fi
11
}
0 commit comments