summaryrefslogtreecommitdiff
path: root/infrastructure/BoxPlatform.pm.in
diff options
context:
space:
mode:
authorJames O'Gorman <james@netinertia.co.uk>2008-02-27 18:50:44 +0000
committerJames O'Gorman <james@netinertia.co.uk>2008-02-27 18:50:44 +0000
commit0768be51831f61a0622ef85a310ba47c3bc78b18 (patch)
tree6b44f936e3e9c530a461711618cb10c3e7bacb0c /infrastructure/BoxPlatform.pm.in
parentf583e6af4d555be860ab6799907605529169ac71 (diff)
* Move all commands from bin to sbin on Unix platforms
* Update all associated docs and contributed distribution files
Diffstat (limited to 'infrastructure/BoxPlatform.pm.in')
-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')