diff options
-rwxr-xr-x | Master/tlpkg/bin/tl-update-images | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index 7a6f9ed8314..62485d41dcb 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -4,8 +4,8 @@ # Create the .iso file system images for TeX Live: # a) live: the complete uncompressed system (for DVD) # +# Copyright 2007, 2008, 2009 Karl Berry. # Copyright 2003, 2004, 2005 Sebastian Rahtz. -# Copyright 2007, 2008 Karl Berry. # # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -106,11 +106,11 @@ MAKELIVE () # -# Make three tar files: the sources, the texmf trees, the binaries. -# Each should unpack into its directory name. We use the GNU tar -# --transform option to avoid copying the whole hierarchy to temp -# directory. This auxiliary function takes that name as its first -# argument, and the files to archive as the rest. +# Make the tar files: the sources, the texmf trees, the binaries, the +# minor "extra" files. Each should unpack into its directory name. We +# use the GNU tar --transform option to avoid copying the whole +# hierarchy to temp directory. This auxiliary function takes that name +# as its first argument, and the files to archive as the rest. # do_tar () { |