From 52d6fa3bb335fcfefc2b205e7ba509fc4b284793 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 19 Jul 2000 17:34:40 +0000 Subject: Funny. Head was getting installed to the wrong spot. -Erik --- applets/busybox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/busybox.c') diff --git a/applets/busybox.c b/applets/busybox.c index a88761aa2..c7e8ccbd8 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}, -- cgit v1.2.3