| Index: ports/python3_ppapi/build.sh
|
| diff --git a/ports/python3_ppapi/build.sh b/ports/python3_ppapi/build.sh
|
| old mode 100755
|
| new mode 100644
|
| index a87bbec6ee018ed048ea0a9dcbdd1ce8ebc48e87..9921212f9fe825608c9e3df03fbbf87a950f2bcb
|
| --- a/ports/python3_ppapi/build.sh
|
| +++ b/ports/python3_ppapi/build.sh
|
| @@ -3,15 +3,14 @@
|
| # 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_DIR=${START_DIR}
|
|
|
| BuildStep() {
|
| # The sample is built using the NaCl SDK common.mk system.
|
| # We override $(OUTBASE) to force the build system to put
|
| # all its artifacts in ${NACL_PACKAGES_REPOSITORY} rather
|
| # than alongside the Makefile.
|
| - export OUTBASE=${NACL_PACKAGES_REPOSITORY}/${PACKAGE_DIR}
|
| + export OUTBASE=${SRC_DIR}
|
| export NACLPORTS_INCLUDE
|
| export NACLPORTS_PREFIX
|
| export NACL_PACKAGES_PUBLISH
|
| @@ -47,6 +46,3 @@ PackageInstall() {
|
| BuildStep
|
| InstallStep
|
| }
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|