summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPSRC.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPSRC.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPSRC.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm
index 030846abe6e..b90fc02847b 100644
--- a/Master/tlpkg/TeXLive/TLPSRC.pm
+++ b/Master/tlpkg/TeXLive/TLPSRC.pm
@@ -321,7 +321,7 @@ sub make_tlpobj
# file to the compute list:
my $addnr = 0;
if (($self->category eq "Collection") || ($self->category eq "Scheme")) {
- my $fn = "tlpk/tlpsrc/" . $self->name . ".tlpsrc";
+ my $fn = "tlpkg/tlpsrc/" . $self->name . ".tlpsrc";
$addnr = $tltree->file_svn_lastrevision($fn);
}
$tlp->recompute_revision($tltree, $addnr);