Compile option to avoid using /usr directory, patch by Bastian Blank

This commit is contained in:
Glenn L McGrath
2003-01-19 12:55:13 +00:00
parent 77c60e5c66
commit f2ba45e339
2 changed files with 16 additions and 0 deletions

View File

@@ -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