From 4a48bd4ad5d6f1da0b6abdeff5c7ae454433ead7 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Thu, 23 Aug 2018 14:39:05 +0200
Subject: Build SCL for F29

---
 mkallrepo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'mkallrepo')

diff --git a/mkallrepo b/mkallrepo
index 745d65d..784078a 100755
--- a/mkallrepo
+++ b/mkallrepo
@@ -36,7 +36,7 @@ if [ -s $TMPSIG ]; then
     grep fc27    $TMPSIG >> $TMPSIG2
 
     grep fc28    $TMPSIG  > $TMPSIG3
-    grep fc29    $TMPSIG  > $TMPSIG3
+    grep fc29    $TMPSIG >> $TMPSIG3
     grep src.rpm $TMPSIG >> $TMPSIG3
 
     if [ -s $TMPSIG3 ]; then
-- 
cgit