mkfs.vfat: fix a problem with over-estimating FAT size
[oweals/busybox.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 6644481a3e4b2eba0364cb4e0a7a9c2e9745ac24..a7902ab8dc4ffc20b51d65835d820589bea8df43 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -5,7 +5,7 @@ The BusyBox build process is similar to the Linux kernel build:
 
   make menuconfig     # This creates a file called ".config"
   make                # This creates the "busybox" executable
-  make install        # or make PREFIX=/path/from/root install
+  make install        # or make CONFIG_PREFIX=/path/from/root install
 
 The full list of configuration and install options is available by typing:
 
@@ -114,7 +114,7 @@ configuration step, as in:
   make O=/some/empty/directory allyesconfig
   cd /some/empty/directory
   make
-  make PREFIX=. install
+  make CONFIG_PREFIX=. install
 
 More Information:
 =================