| Index: ports/xaos/build.sh
|
| diff --git a/ports/xaos/build.sh b/ports/xaos/build.sh
|
| old mode 100755
|
| new mode 100644
|
| index f009774031c13ac73999aba3f7528777d04245c1..eed38774fa5d1a114c9fd6747b0c26f0325ef2b4
|
| --- a/ports/xaos/build.sh
|
| +++ b/ports/xaos/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
|
|
|
| EXAMPLE_DIR=${NACL_SRC}/ports/xaos
|
| EXECUTABLES=bin/xaos
|
| @@ -73,6 +71,3 @@ InstallStep(){
|
| install ${build_dir}/help/xaos.hlp ${publish_dir}
|
| install ${build_dir}/bin/xaos ${publish_dir}/xaos_${NACL_ARCH}${NACL_EXEEXT}
|
| }
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|