projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d21fb3
)
Specify install path, patch by Nick Fedchik
author
Glenn L McGrath
<bug1@ihug.co.nz>
Sun, 9 Feb 2003 05:00:52 +0000
(
05:00
-0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Sun, 9 Feb 2003 05:00:52 +0000
(
05:00
-0000)
sysdeps/linux/Config.in
patch
|
blob
|
history
diff --git
a/sysdeps/linux/Config.in
b/sysdeps/linux/Config.in
index 1e1142e068c752dec1949643967c4057b589a226..211ef46f6406062c88684a769e8137780b828bcb 100644
(file)
--- 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