[BusyBox-cvs] busybox/include applets.h,1.88,1.89

Glenn McGrath bug1 at busybox.net
Sun Jan 19 12:55:15 UTC 2003


Update of /var/cvs/busybox/include
In directory winder:/tmp/cvs-serv20435/include

Modified Files:
	applets.h 
Log Message:
Compile option to avoid using /usr directory, patch by Bastian Blank


Index: applets.h
===================================================================
RCS file: /var/cvs/busybox/include/applets.h,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- applets.h	14 Jan 2003 21:41:12 -0000	1.88
+++ applets.h	19 Jan 2003 12:55:11 -0000	1.89
@@ -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




More information about the busybox-cvs mailing list