diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-23 14:39:05 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-23 14:39:05 +0200 |
commit | 4a48bd4ad5d6f1da0b6abdeff5c7ae454433ead7 (patch) | |
tree | 23a37a1894c878b509d9a101d7b6b42f699a292a /mkallrepo | |
parent | f21af15a64baf356efd62daa3489fcb8ad1a71bc (diff) |
Build SCL for F29
Diffstat (limited to 'mkallrepo')
-rwxr-xr-x | mkallrepo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |