# HG changeset patch # User Pierre-Jean Fichet # Date 1223902222 -7200 # Node ID 3475150ea80e288094a528b4eb413ee7fd161f44 # Parent a3065cacbb70b03ea4916a2b108c76fe79d2703b get-texlive: inform user that it will install 31Mo diff -r a3065cacbb70 -r 3475150ea80e get-texlive/receipt --- a/get-texlive/receipt Mon Oct 13 09:25:04 2008 +0000 +++ b/get-texlive/receipt Mon Oct 13 14:50:22 2008 +0200 @@ -19,7 +19,7 @@ { echo -e " To get texlive, run \033[1mget-texlive\033[0m as root. -This will install about 10 Mo of tools in /usr/local/texlive +This will install about 31 Mo of tools in /usr/local/texlive " } diff -r a3065cacbb70 -r 3475150ea80e get-texlive/stuff/get-texlive --- a/get-texlive/stuff/get-texlive Mon Oct 13 09:25:04 2008 +0000 +++ b/get-texlive/stuff/get-texlive Mon Oct 13 14:50:22 2008 +0200 @@ -12,6 +12,9 @@ WEB_SITE="http://www.tug.org/$PACKAGE/" WGET_URL="http://mirror.ctan.org/systems/$PACKAGE/tlnet/$VERSION/$TARBALL" +# TexLive is a big package. We must inform user. +PACKED_SIZE="10.7Mo" +UNPACKED_SIZE="31.0Mo" # Check if we are root @@ -82,6 +85,9 @@ cat > $PACKAGE-$VERSION/receipt <