| Index: ports/glib/build.sh
|
| diff --git a/ports/glib/build.sh b/ports/glib/build.sh
|
| old mode 100755
|
| new mode 100644
|
| index 77a1f937073b3299e3a6d54602781d938418a6ff..1b497a13c5677ae2bbcd197635812f0c15bdb4df
|
| --- a/ports/glib/build.sh
|
| +++ b/ports/glib/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}"
|
| @@ -35,6 +33,3 @@ ConfigureStep() {
|
| --${NACL_OPTION}-asm \
|
| --cache-file=nacl.cache.tmp
|
| }
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|