diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-02-09 05:00:52 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-02-09 05:00:52 +0000 |
commit | 8ffe5fddd94423273efd8e64b222b29eec0bb2e2 (patch) | |
tree | bed52dc22e764b2854735ea77debd5cc6b201144 | |
parent | 0fbb6fcc6b202ee79926295e193ec6dca4135f79 (diff) | |
download | busybox-w32-8ffe5fddd94423273efd8e64b222b29eec0bb2e2.tar.gz busybox-w32-8ffe5fddd94423273efd8e64b222b29eec0bb2e2.tar.bz2 busybox-w32-8ffe5fddd94423273efd8e64b222b29eec0bb2e2.zip |
Specify install path, patch by Nick Fedchik
git-svn-id: svn://busybox.net/trunk/busybox@6542 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 | |||
166 | Disable use of /usr. Don't activate this option if you don't know, | 166 | Disable use of /usr. Don't activate this option if you don't know, |
167 | that you really want this behaviour. | 167 | that you really want this behaviour. |
168 | 168 | ||
169 | config PREFIX | ||
170 | string "BusyBox installation prefix" | ||
171 | default "./_install" | ||
172 | help | ||
173 | Define Your directory to install BusyBox files/subdirs. | ||
174 | |||
175 | |||
176 | |||
169 | endmenu | 177 | endmenu |
170 | 178 | ||
171 | source archival/Config.in | 179 | source archival/Config.in |