gzip: fix a case where tar xzf fails (we use uninitialized fd)
[oweals/busybox.git] / README
diff --git a/README b/README
index 08c3f1d4112d0c67da6ed6345e99e5ebc3e1abe3..96ca0bb9d63a9eba047d806b3a795a361ff3cb0e 100644 (file)
--- a/README
+++ b/README
@@ -50,10 +50,10 @@ Using busybox:
 
   The build automatically generates a file "busybox.links", which is used by
   'make install' to create symlinks to the BusyBox binary for all compiled in
-  commands.  This uses the PREFIX environment variable to specify where to
-  install, and installs hardlinks or symlinks depending on the configuration
-  preferences.  (You can also manually run the install script at
-  "applets/install.sh").
+  commands.  This uses the CONFIG_PREFIX environment variable to specify
+  where to install, and installs hardlinks or symlinks depending
+  on the configuration preferences.  (You can also manually run
+  the install script at "applets/install.sh").
 
 ----------------
 
@@ -194,5 +194,5 @@ Supported hardware:
 
 Please feed suggestions, bug reports, insults, and bribes back to the busybox
 maintainer:
-       Rob Landley
-       <rob@landley.net>
+       Denis Vlasenko
+        <vda.linux@googlemail.com>