diff options
Diffstat (limited to 'mkallrepo')
-rwxr-xr-x | mkallrepo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ if [ -s $TMPSIG ]; then grep src.rpm $TMPSIG > $TMPSIG2024 if [ -s $TMPSIG2024 ]; then - echo "== Signature des $(cat $TMPSIG2023 | wc -l) nouveaux RPM (2024) ==" + echo "== Signature des $(cat $TMPSIG2024 | wc -l) nouveaux RPM (2024) ==" if rpmsign --define '_gpg_path /home/remi/.gnupgrpm' --define "_gpg_name CF1DF0057CE85DFF5B2F2A37C2FD3B2C2A0948E4" --addsign $(cat $TMPSIG2024) then echo done. else exit 1 |