X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=INSTALL;h=a7902ab8dc4ffc20b51d65835d820589bea8df43;hb=781b672b372ade5c1903adbdc4de8dcb16a29a37;hp=6644481a3e4b2eba0364cb4e0a7a9c2e9745ac24;hpb=d591a360d39f9bca3479b913fe4c5773965d18cf;p=oweals%2Fbusybox.git diff --git a/INSTALL b/INSTALL index 6644481a3..a7902ab8d 100644 --- 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: =================