diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 15d53eb05..73939c55f 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -303,7 +303,7 @@ static const struct Applet applets[] = { | |||
303 | {"uname", uname_main, _BB_DIR_BIN}, | 303 | {"uname", uname_main, _BB_DIR_BIN}, |
304 | #endif | 304 | #endif |
305 | #ifdef BB_UNIQ | 305 | #ifdef BB_UNIQ |
306 | {"uniq", uniq_main, _BB_DIR_BIN}, | 306 | {"uniq", uniq_main, _BB_DIR_USR_BIN}, |
307 | #endif | 307 | #endif |
308 | #ifdef BB_UPDATE | 308 | #ifdef BB_UPDATE |
309 | {"update", update_main, _BB_DIR_SBIN}, | 309 | {"update", update_main, _BB_DIR_SBIN}, |