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

This commit is contained in:
Yuriy Kohut 2024-04-30 12:58:52 +03:00
parent 412d617832
commit 56c0cc29b2
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 \