| Index: ports/gmock/build.sh
|
| diff --git a/ports/gmock/build.sh b/ports/gmock/build.sh
|
| old mode 100755
|
| new mode 100644
|
| index 0c4ab288cf20f563548c04474195420210a973b3..f3ced2730026e5ee103fd6eb7f69ba3618ea5fb8
|
| --- a/ports/gmock/build.sh
|
| +++ b/ports/gmock/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() {
|
| Banner "Configuring ${PACKAGE_NAME}"
|
| @@ -27,7 +25,3 @@ InstallStep() {
|
| Remove ${NACLPORTS_LIBDIR}/${LIB_GMOCK}
|
| install -m 644 ${LIB_GMOCK} ${NACLPORTS_LIBDIR}/${LIB_GMOCK}
|
| }
|
| -
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|