summaryrefslogtreecommitdiff
path: root/infrastructure
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure')
-rw-r--r--infrastructure/BoxPlatform.pm.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/infrastructure/BoxPlatform.pm.in b/infrastructure/BoxPlatform.pm.in
index d2510627..9501f8ac 100644
--- a/infrastructure/BoxPlatform.pm.in
+++ b/infrastructure/BoxPlatform.pm.in
@@ -76,7 +76,7 @@ BEGIN
}
# where to put the files
- $install_into_dir = '@bindir_expanded@';
+ $install_into_dir = '@sbindir_expanded@';
# if it's Darwin,
if($build_os eq 'Darwin')