Change to proper directory for the mod-sign.sh to work. #8

Merged
alukoshko merged 1 commits from ykohut/kernel:a9-lt into a9-lt 2024-04-30 10:01:06 +00:00
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 \