From 93ea779d8324aa9d4fdba087635526d7e35232f5 Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 8 Nov 1994 13:20:15 +0000 Subject: I was being too conservative in my estimation of disk space. Bump these values up a bit after being yelled at by Poul. --- release/bininst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'release/bininst') diff --git a/release/bininst b/release/bininst index de46b01..b519185 100755 --- a/release/bininst +++ b/release/bininst @@ -195,9 +195,10 @@ set_tmpdir() dialog --title "Chose temporary directory" --clear \ --inputbox "Please specify the name of a directory containing enough free space to hold the temporary files for this distribution. -At minimum, a binary distribution will require around 10MB. -At maximum, a srcdist may take 60MB or more. If the directory -you specify does not exist, it will be created for you.\n\n" \ +At minimum, a binary distribution will require around 21MB of +temporary space. At maximum, a srcdist may take 40MB or more. +If the directory you specify does not exist, it will be created +for you.\n\n" \ 16 72 "/usr/tmp" 2> ${TMP}/inputbox.tmp.$$ if ! handle_rval $?; then return 1; fi tmp_dir=`cat ${TMP}/inputbox.tmp.$$` -- cgit v1.1