--- trunk/mkinitrd-magellan/busybox/INSTALL 2009/04/24 18:32:46 815 +++ trunk/mkinitrd-magellan/busybox/INSTALL 2009/04/24 18:33:46 816 @@ -5,7 +5,7 @@ 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 @@ make O=/some/empty/directory allyesconfig cd /some/empty/directory make - make PREFIX=. install + make CONFIG_PREFIX=. install More Information: =================