aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-14 15:20:49 +0300
committerCem Keylan <cem@ckyln.com>2020-09-14 15:20:49 +0300
commiteecb24eaaeeb87fa375fb13586921f65546e29d9 (patch)
tree86ca32b6a3bce9dcc414bb274cc1984dec76c511 /community
parent4316c92ff3ab4ee0d895ea871f46f817e1ad3682 (diff)
downloadrepository-eecb24eaaeeb87fa375fb13586921f65546e29d9.tar.gz
boost: prettier format idk
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/boost/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/boost/build b/community/boost/build
index 1eac2fea..b08c7328 100755
--- a/community/boost/build
+++ b/community/boost/build
@@ -1,5 +1,5 @@
#!/bin/sh -e
./bootstrap.sh --prefix="$1/usr"
-./b2 stage threading=multi
+./b2 stage threading=multi
./b2 install threading=multi