summaryrefslogtreecommitdiffstats
path: root/scripts/gensync
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2004-12-19 04:37:00 +0100
committerJudd Vinet <judd@archlinux.org>2004-12-19 04:37:00 +0100
commitf6b8ed22f40d422e2876be92b215187b5ff7b6e7 (patch)
treeca771d1517967f5e97d4adf238f3825f7ececcad /scripts/gensync
parent4795965caf371a55285678e5860ae66e926ebd95 (diff)
downloadpacman-f6b8ed22f40d422e2876be92b215187b5ff7b6e7.tar.gz
pacman-f6b8ed22f40d422e2876be92b215187b5ff7b6e7.tar.xz
Imported from pacman-2.9.3.tar.gz
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