diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-02-09 05:00:52 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-02-09 05:00:52 +0000 |
commit | def85e875227c9399dcacfc929b2967a4e58d7ba (patch) | |
tree | bed52dc22e764b2854735ea77debd5cc6b201144 | |
parent | 1d21fb3c231a2be404f4571952e7def86d2576b3 (diff) | |
download | busybox-def85e875227c9399dcacfc929b2967a4e58d7ba.tar.gz |
Specify install path, patch by Nick Fedchik
-rw-r--r-- | sysdeps/linux/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
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 |