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 03389f541..841b3b873 100644
--- a/libbb/appletlib.c
+++ b/libbb/appletlib.c
@@ -651,7 +651,7 @@ static void check_suid(int applet_no)
651# if ENABLE_FEATURE_INSTALLER 651# if ENABLE_FEATURE_INSTALLER
652static const char usr_bin [] ALIGN1 = "/usr/bin/"; 652static const char usr_bin [] ALIGN1 = "/usr/bin/";
653static const char usr_sbin[] ALIGN1 = "/usr/sbin/"; 653static const char usr_sbin[] ALIGN1 = "/usr/sbin/";
654static const char *const install_dir[] = { 654static const char *const install_dir[] ALIGN_PTR = {
655 &usr_bin [8], /* "/" */ 655 &usr_bin [8], /* "/" */
656 &usr_bin [4], /* "/bin/" */ 656 &usr_bin [4], /* "/bin/" */
657 &usr_sbin[4] /* "/sbin/" */ 657 &usr_sbin[4] /* "/sbin/" */