aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
Diffstat (limited to 'libbb')
-rw-r--r--libbb/appletlib.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index 7326f4fa5..b32ff8808 100644
--- a/libbb/appletlib.c
+++ b/libbb/appletlib.c
@@ -592,9 +592,11 @@ static const char usr_sbin[] ALIGN1 = "/usr/sbin/";
592static const char *const install_dir[] = { 592static const char *const install_dir[] = {
593 &usr_bin [8], /* "/" */ 593 &usr_bin [8], /* "/" */
594 &usr_bin [4], /* "/bin/" */ 594 &usr_bin [4], /* "/bin/" */
595 &usr_sbin[4], /* "/sbin/" */ 595 &usr_sbin[4] /* "/sbin/" */
596 usr_bin, 596# if !ENABLE_INSTALL_NO_USR
597 usr_sbin 597 ,usr_bin
598 ,usr_sbin
599# endif
598}; 600};
599 601
600 602