[git commit master 1/1] fix "make install"

Denys Vlasenko vda.linux at googlemail.com
Sun Feb 20 04:50:04 UTC 2011


commit: http://git.busybox.net/busybox/commit/?id=55988aed472d9cd362f9a50f4999b5e47ca33abe
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Bernd Jendrissek <bernd.jendrissek at gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 applets/busybox.mkll |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/applets/busybox.mkll b/applets/busybox.mkll
index 6d61f7e..68dbf21 100755
--- a/applets/busybox.mkll
+++ b/applets/busybox.mkll
@@ -14,7 +14,7 @@ CONFIG_H=${1:-include/autoconf.h}
 APPLETS_H=${2:-include/applets.h}
 $HOSTCC -E -DMAKE_LINKS -include $CONFIG_H $APPLETS_H |
   awk '/^[ \t]*LINK/{
-	dir=substr($2,8)
+	dir=substr($2,7)
 	gsub("_","/",dir)
 	if(dir=="/ROOT") dir=""
 	file=$3
-- 
1.7.3.4



More information about the busybox-cvs mailing list