summaryrefslogtreecommitdiffstats
path: root/mkallrepo
diff options
context:
space:
mode:
Diffstat (limited to 'mkallrepo')
-rwxr-xr-xmkallrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkallrepo b/mkallrepo
index cd23483..9424600 100755
--- a/mkallrepo
+++ b/mkallrepo
@@ -33,7 +33,7 @@ do
fi
done
-find SRPMS -name \*.rpm -a -newer SRPMS/repodata -print >>$TMPSIG
+find SRPMS -name \*.rpm \( -newer SRPMS/repodata -o -mtime -1 \) -print >>$TMPSIG
if [ -s $TMPSIG ]; then