Funny. Head was getting installed to the wrong spot.
authorEric Andersen <andersen@codepoet.org>
Wed, 19 Jul 2000 17:34:40 +0000 (17:34 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 19 Jul 2000 17:34:40 +0000 (17:34 -0000)
 -Erik

applets/busybox.c
busybox.c

index a88761a..c7e8ccb 100644 (file)
@@ -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},
index a88761a..c7e8ccb 100644 (file)
--- 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},