Merge pull request 'Change to proper directory for the mod-sign.sh to work.' (#8) from ykohut/kernel:a9-lt into a9-lt

Reviewed-on: #8
This commit is contained in:
Andrew Lukoshko 2024-04-30 10:01:05 +00:00
commit bdff8fa221
1 changed files with 2 additions and 0 deletions

View File

@ -698,7 +698,9 @@ popd > /dev/null
%define __modsign_install_post \
if [ "%{signmodules}" -eq "1" ]; then \
if [ "%{with_std}" -ne "0" ]; then \
cd linux-%{KVERREL} \
%{SOURCE21} certs/signing_key.pem.sign certs/signing_key.x509.sign $RPM_BUILD_ROOT/lib/modules/%{KVERREL}/ \
cd - \
fi \
fi \
if [ "%{zipmodules}" -eq "1" ]; then \