diff options
author | Karl Berry <karl@freefriends.org> | 2010-07-24 22:24:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-07-24 22:24:03 +0000 |
commit | 2e6f8fb219bebc49e4c4a51c1758f9692ed15523 (patch) | |
tree | 165d294eae1088fd50c0f9a7d55bbbce86e6e218 /Master/tlpkg/bin/tl-update-images | |
parent | 2e9dd84eefa9c62575f2b5316654739944c4c136 (diff) |
build from tlpretest
git-svn-id: svn://tug.org/texlive/trunk@19558 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-images')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-images | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index 621ca8e2954..9ab29afa036 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -87,7 +87,10 @@ MAKEINST () | (cd $imgdir/texlive-doc && tar xf -)) # files from tlnet. - cd /home/ftp/texlive/tlnet + cd /home/ftp/texlive/tlpretest + if $debug; then + echo "source = `pwd`" + fi cp -pr install-tl *.bat tlpkg archive $imgdir cd $imgdir || exit 1 @@ -126,7 +129,7 @@ MAKEINST () # do_tar () { - if $debug; then + if false; then # ddebug verbose="-v --show-transformed-names" else verbose= |