summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--makechrootpkg.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/makechrootpkg.in b/makechrootpkg.in
index 9db0ddd..47c6ac9 100644
--- a/makechrootpkg.in
+++ b/makechrootpkg.in
@@ -157,6 +157,9 @@ create_chroot() {
# Drop the read lock again
exec 8>&-
fi
+
+ # Update mtime
+ touch "$copydir"
}
clean_temporary() {