summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpkg-by-size
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-08-14 13:16:30 +0000
committerKarl Berry <karl@freefriends.org>2008-08-14 13:16:30 +0000
commit8d51153c82dcab4b8c153a97c97ec5491f4494ac (patch)
treea08fd198e37a535862888429904e4f46db590927 /Master/tlpkg/bin/tlpkg-by-size
parent692cadb76fd466e13648572890ea7d2c8114ad96 (diff)
switch release identifier from tldev to 2008
git-svn-id: svn://tug.org/texlive/trunk@10341 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkg-by-size')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-by-size2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-by-size b/Master/tlpkg/bin/tlpkg-by-size
index b160ec30249..9b204966e0b 100755
--- a/Master/tlpkg/bin/tlpkg-by-size
+++ b/Master/tlpkg/bin/tlpkg-by-size
@@ -3,7 +3,7 @@
# Public domain. Originally written 2008, Karl Berry.
# If it ever matters, we can do this right by reading tlpdb.
-test $# -eq 0 && set - /home/ftp/texlive/tlnet/tldev/tlpkg
+test $# -eq 0 && set - /home/ftp/texlive/tlnet/2008/archive
cd "$1" || exit 1
for pkgtar in `ls *.tar.lzma | egrep -v '\..*\.tar\.lzma$'`; do
pkg=`echo $pkgtar | sed 's/\.tar\.lzma$//'`