summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdebuginfofs-mirror1
1 files changed, 1 insertions, 0 deletions
diff --git a/debuginfofs-mirror b/debuginfofs-mirror
index 9db8c47..07d66a9 100755
--- a/debuginfofs-mirror
+++ b/debuginfofs-mirror
@@ -293,6 +293,7 @@ def main():
# Skip it if it's already unpacked
if os.path.isdir(targetdir):
y.logger.info("Already unpacked %s" % nevra)
+ utime(targetdir, None)
continue
# XXX does y.downloadPackages handle this for us?