aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorBernd Jendrissek <bernd.jendrissek@gmail.com>2011-02-20 05:50:04 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2011-02-20 05:50:04 +0100
commit55988aed472d9cd362f9a50f4999b5e47ca33abe (patch)
tree5f07426d25fef1045320c9a2e29803ada97b4eba /applets
parentf303bdd918e762f492068f3127b2f7fdac94bd28 (diff)
downloadbusybox-55988aed472d9cd362f9a50f4999b5e47ca33abe.tar.gz
fix "make install"
Signed-off-by: Bernd Jendrissek <bernd.jendrissek@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'applets')
-rwxr-xr-xapplets/busybox.mkll2
1 files changed, 1 insertions, 1 deletions
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