From 55988aed472d9cd362f9a50f4999b5e47ca33abe Mon Sep 17 00:00:00 2001 From: Bernd Jendrissek Date: Sun, 20 Feb 2011 05:50:04 +0100 Subject: fix "make install" Signed-off-by: Bernd Jendrissek Signed-off-by: Denys Vlasenko --- applets/busybox.mkll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets') diff --git a/applets/busybox.mkll b/applets/busybox.mkll index 6d61f7e82..68dbf2162 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 -- cgit v1.2.3