| Index: ports/boost/build.sh
|
| diff --git a/ports/boost/build.sh b/ports/boost/build.sh
|
| old mode 100755
|
| new mode 100644
|
| index 3df79da4050005a5de45c662513ffc1d8ec69a2d..3372c188ec585a818d74c71050287904dc747f4f
|
| --- a/ports/boost/build.sh
|
| +++ b/ports/boost/build.sh
|
| @@ -3,8 +3,6 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source pkg_info
|
| -source ../../build_tools/common.sh
|
|
|
| BUILD_ARGS="\
|
| --build-dir=${NACL_BUILD_SUBDIR} \
|
| @@ -34,6 +32,3 @@ InstallStep() {
|
| Banner "Installing ${PACKAGE_NAME}"
|
| LogExecute ./b2 install ${BUILD_ARGS}
|
| }
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|