From d756f5a8820bee5d6cea5bd8542be511fe5443bf Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 8 Jun 2010 15:32:08 +0000 Subject: do not include the .tlpsrc file in the recomputation of the revision of .ARCH packages git-svn-id: svn://tug.org/texlive/trunk@18822 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-tlpdb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3