Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-19 21:34:40 +0400
committerEric Andersen <andersen@codepoet.org>2000-07-19 21:34:40 +0400
commit52d6fa3bb335fcfefc2b205e7ba509fc4b284793 (patch)
tree0185d114c67b227dec4553d4e65e7ad7ea501d2c /busybox.c
parent1d255be78d2dd875d283f69478d634c390f1d748 (diff)
Funny. Head was getting installed to the wrong spot.
-Erik
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.c b/busybox.c
index a88761aa2..c7e8ccbd8 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},