From f2ba45e339a8adc589704217409684f7f6d1d214 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sun, 19 Jan 2003 12:55:13 +0000 Subject: Compile option to avoid using /usr directory, patch by Bastian Blank --- include/applets.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') 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 -- cgit v1.2.3