aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTim Riker <tim@rikers.org>2001-09-16 02:00:09 +0000
committerTim Riker <tim@rikers.org>2001-09-16 02:00:09 +0000
commit4c67c596d1aa3aafde0bc8182e9a5d54ee67a05f (patch)
treea9b59b70b12357dd8b161c12353317fffffdc70b /include
parent8d0afde412791c1bc35ced42a56ee27602678991 (diff)
downloadbusybox-4c67c596d1aa3aafde0bc8182e9a5d54ee67a05f.tar.gz
closes bug#1215?
Diffstat (limited to 'include')
-rw-r--r--include/applets.h2
1 files changed, 1 insertions, 1 deletions
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)