summaryrefslogtreecommitdiffstats
path: root/scripts/gensync
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gensync')
-rwxr-xr-xscripts/gensync2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/gensync b/scripts/gensync
index ed6a0680..49a2939a 100755
--- a/scripts/gensync
+++ b/scripts/gensync
@@ -134,6 +134,8 @@ db_write_entry()
done
echo "" >>depends
fi
+ # preserve the modification time
+ touch -r $1 desc depends
}
if [ $# -lt 2 ]; then