| Index: ports/bzip2/build.sh
|
| diff --git a/ports/bzip2/build.sh b/ports/bzip2/build.sh
|
| old mode 100755
|
| new mode 100644
|
| index af805c56c516cfbe418eb23808f2b2a5cbed226a..24161f6225b5b478d6461655036986864c3cd9ee
|
| --- a/ports/bzip2/build.sh
|
| +++ b/ports/bzip2/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
|
|
|
| ConfigureStep() {
|
| ChangeDir ${NACL_PACKAGES_REPOSITORY}/${PACKAGE_NAME}
|
| @@ -35,6 +33,3 @@ InstallStep() {
|
| fi
|
| LogExecute chmod a+r ${NACLPORTS_PREFIX}/lib/libbz2.*
|
| }
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|