summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlpdb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlpdb b/Master/tlpkg/bin/tl-update-tlpdb
index 901f12ac575..ee07c25e9ed 100755
--- a/Master/tlpkg/bin/tl-update-tlpdb
+++ b/Master/tlpkg/bin/tl-update-tlpdb
@@ -306,7 +306,10 @@ sub create_tlpdb
# since that might be much smaller, and we don't want to
# update every package only because one binary for one arch
# was changed
- $binobj->recompute_revision ($tltree, $tltree->file_svn_lastrevision("tlpkg/tlpsrc/$f"));
+ #
+ # we do NOT use the tlpsrc file for computing the file revision
+ # as this is actually wrong ..
+ $binobj->recompute_revision ($tltree);
$tldb->add_tlpobj ($binobj);
}
# we have to recompute the revision of the package itself