diff options
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 |