From: Eric Andersen Date: Wed, 19 Jul 2000 17:34:40 +0000 (-0000) Subject: Funny. Head was getting installed to the wrong spot. X-Git-Tag: 0_47~224 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52d6fa3bb335fcfefc2b205e7ba509fc4b284793;p=platform%2Fupstream%2Fbusybox.git Funny. Head was getting installed to the wrong spot. -Erik --- diff --git a/applets/busybox.c b/applets/busybox.c index a88761a..c7e8ccb 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -137,7 +137,7 @@ const struct BB_applet applets[] = { {"halt", halt_main, _BB_DIR_SBIN}, #endif #ifdef BB_HEAD - {"head", head_main, _BB_DIR_BIN}, + {"head", head_main, _BB_DIR_USR_BIN}, #endif #ifdef BB_HOSTID {"hostid", hostid_main, _BB_DIR_USR_BIN}, diff --git a/busybox.c b/busybox.c index a88761a..c7e8ccb 100644 --- a/busybox.c +++ b/busybox.c @@ -137,7 +137,7 @@ const struct BB_applet applets[] = { {"halt", halt_main, _BB_DIR_SBIN}, #endif #ifdef BB_HEAD - {"head", head_main, _BB_DIR_BIN}, + {"head", head_main, _BB_DIR_USR_BIN}, #endif #ifdef BB_HOSTID {"hostid", hostid_main, _BB_DIR_USR_BIN},