diff options
author | Tim Riker <tim@rikers.org> | 2001-09-16 02:00:09 +0000 |
---|---|---|
committer | Tim Riker <tim@rikers.org> | 2001-09-16 02:00:09 +0000 |
commit | 4c67c596d1aa3aafde0bc8182e9a5d54ee67a05f (patch) | |
tree | a9b59b70b12357dd8b161c12353317fffffdc70b | |
parent | 8d0afde412791c1bc35ced42a56ee27602678991 (diff) |
closes bug#1215?
-rw-r--r-- | applets.h | 2 | ||||
-rw-r--r-- | include/applets.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -357,7 +357,7 @@ APPLET(rmmod, rmmod_main, _BB_DIR_SBIN) #endif #ifdef BB_ROUTE - APPLET(route, route_main, _BB_DIR_USR_BIN) + APPLET(route, route_main, _BB_DIR_SBIN) #endif #ifdef BB_RPM2CPIO APPLET(rpm2cpio, rpm2cpio_main, _BB_DIR_USR_BIN) diff --git a/include/applets.h b/include/applets.h index 2388c159e..ab8727b71 100644 --- a/include/applets.h +++ b/include/applets.h @@ -357,7 +357,7 @@ APPLET(rmmod, rmmod_main, _BB_DIR_SBIN) #endif #ifdef BB_ROUTE - APPLET(route, route_main, _BB_DIR_USR_BIN) + APPLET(route, route_main, _BB_DIR_SBIN) #endif #ifdef BB_RPM2CPIO APPLET(rpm2cpio, rpm2cpio_main, _BB_DIR_USR_BIN) |