aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r--libbb/appletlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index 6c0be4a83..a8b82e729 100644
--- a/libbb/appletlib.c
+++ b/libbb/appletlib.c
@@ -671,7 +671,7 @@ static void check_suid(int applet_no)
671# if ENABLE_FEATURE_INSTALLER 671# if ENABLE_FEATURE_INSTALLER
672static const char usr_bin [] ALIGN1 = "/usr/bin/"; 672static const char usr_bin [] ALIGN1 = "/usr/bin/";
673static const char usr_sbin[] ALIGN1 = "/usr/sbin/"; 673static const char usr_sbin[] ALIGN1 = "/usr/sbin/";
674static const char *const install_dir[] = { 674static const char *const install_dir[] ALIGN_PTR = {
675 &usr_bin [8], /* "/" */ 675 &usr_bin [8], /* "/" */
676 &usr_bin [4], /* "/bin/" */ 676 &usr_bin [4], /* "/bin/" */
677 &usr_sbin[4] /* "/sbin/" */ 677 &usr_sbin[4] /* "/sbin/" */