summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmkallrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkallrepo b/mkallrepo
index 313ec6e..5758e09 100755
--- a/mkallrepo
+++ b/mkallrepo
@@ -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