diff options
author | Karl Berry <karl@freefriends.org> | 2007-09-18 18:09:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-09-18 18:09:01 +0000 |
commit | ddaf6742bc11f45187405c1e4008434f53cf6690 (patch) | |
tree | 404e4a69537669a3a03b1d97a5de30e4e4ccdb5a /Master/tlpkg/bin/tlpkginfo | |
parent | 4bcdf188ddd28090273b1a0d5463b8490bb43474 (diff) |
(tlpsrc_find_catalogue): find tlpsrc in sibling
dir now.
git-svn-id: svn://tug.org/texlive/trunk@4974 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index d1e9d3d377e..690865beea2 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -139,7 +139,7 @@ sub tlpsrc_find_catalogue my ($me) = @_; chomp (my $mydir = `dirname $0`); - chomp (my $tlpsrcdir = `cd $mydir/../../Master/tlpkg/tlpsrc && /bin/pwd`); + chomp (my $tlpsrcdir = `cd $mydir/../tlpsrc && /bin/pwd`); my $tlpsrc = "$tlpsrcdir/$me.tlpsrc"; if (! -r $tlpsrc) { warn "$0: no tlpsrc $tlpsrc\n"; |