summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-05-24 00:17:12 +0000
committerKarl Berry <karl@freefriends.org>2013-05-24 00:17:12 +0000
commit0bcfd84090af1e67ea07193b708fe38f6bf56132 (patch)
tree23f12e735cf00aea0bed21a3b39ed15588c77cb5 /Master/tlpkg/bin
parent3d704a57fbf343c6ddd9bb1a552f78a7e29622cc (diff)
run tlpfiles out of $mydir
git-svn-id: svn://tug.org/texlive/trunk@30663 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-images2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images
index 3eb3eebd58a..ebe18cd70f7 100755
--- a/Master/tlpkg/bin/tl-update-images
+++ b/Master/tlpkg/bin/tl-update-images
@@ -215,7 +215,7 @@ MAKETAR ()
# one more unusual case: the development sources, which we record in
# the 00texlive.image (fake) package; see its .tlpsrc.
cd $master || exit 1
- do_tar $NAME-$D-devsource `tlpfiles 00texlive.image`
+ do_tar $NAME-$D-devsource `$mydir/tlpfiles 00texlive.image`
}