From: Glenn L McGrath Date: Sun, 9 Feb 2003 05:00:52 +0000 (-0000) Subject: Specify install path, patch by Nick Fedchik X-Git-Tag: 1_00_pre1~200 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=def85e875227c9399dcacfc929b2967a4e58d7ba;p=oweals%2Fbusybox.git Specify install path, patch by Nick Fedchik --- diff --git a/sysdeps/linux/Config.in b/sysdeps/linux/Config.in index 1e1142e06..211ef46f6 100644 --- a/sysdeps/linux/Config.in +++ b/sysdeps/linux/Config.in @@ -166,6 +166,14 @@ config CONFIG_INSTALL_NO_USR Disable use of /usr. Don't activate this option if you don't know, that you really want this behaviour. +config PREFIX + string "BusyBox installation prefix" + default "./_install" + help + Define Your directory to install BusyBox files/subdirs. + + + endmenu source archival/Config.in