Skip to content

Commit e32daf4

Browse files
committed
Fix ABI check directory
1 parent 73c93e0 commit e32daf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/kernel-abi-check/kernel-abi-check-hook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ _checkAbiHook() {
55
echo "Skipping ABI check"
66
else
77
echo "Checking of ABI compatibility"
8-
find "$out/${extensionName}" -name '*.so' -print0 | \
8+
find "$out/" -name '*.so' -print0 | \
99
xargs -0 -n1 kernel-abi-check
1010
fi
1111
}

0 commit comments

Comments
 (0)