| Index: ports/tinyxml/build.sh
|
| diff --git a/ports/tinyxml/build.sh b/ports/tinyxml/build.sh
|
| old mode 100755
|
| new mode 100644
|
| index ffd7899c8b620878313d645e3e563cf35f2f5c89..002c0b9bdddf04e04e64a02d0a985515f84010bd
|
| --- a/ports/tinyxml/build.sh
|
| +++ b/ports/tinyxml/build.sh
|
| @@ -4,8 +4,6 @@
|
| # found in the LICENSE file.
|
|
|
|
|
| -source pkg_info
|
| -source ../../build_tools/common.sh
|
|
|
|
|
| BuildStep() {
|
| @@ -32,7 +30,3 @@ InstallStep() {
|
| ChangeDir ${NACLPORTS_LIBDIR}
|
| cp ${THIS_PACKAGE_PATH}/*.a .
|
| }
|
| -
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|