Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-01-19 15:55:13 +0300
committerGlenn L McGrath <bug1@ihug.co.nz>2003-01-19 15:55:13 +0300
commitf2ba45e339a8adc589704217409684f7f6d1d214 (patch)
treee1e28cf3b1f585a6d0d858885fc3e548bb67236c /include
parent77c60e5c667e1293f92b65056f107c92edcc3965 (diff)
Compile option to avoid using /usr directory, patch by Bastian Blank
Diffstat (limited to 'include')
-rw-r--r--include/applets.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 0d8f0b4cb..504f86a17 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -41,6 +41,11 @@
#define APPLET_ODDNAME(a,b,c,d,e) {a,b,c,d},
#endif
+#ifdef CONFIG_INSTALL_NO_USR
+#define _BB_DIR_USR_BIN _BB_DIR_BIN
+#define _BB_DIR_USR_SBIN _BB_DIR_SBIN
+#endif
+
#ifdef CONFIG_TEST