| Index: ports/DevIL/build.sh
|
| diff --git a/ports/DevIL/build.sh b/ports/DevIL/build.sh
|
| old mode 100755
|
| new mode 100644
|
| index 9c27b6c062a0f9b8439036d751bd2400843f3440..958b454bdc552e6a2aea7579807976bc7948364b
|
| --- a/ports/DevIL/build.sh
|
| +++ b/ports/DevIL/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
|
|
|
| TestStep() {
|
| return 0
|
| @@ -29,7 +27,3 @@ TestStep() {
|
| cd ${NACL_PACKAGES_REPOSITORY}/${PACKAGE_DIR}/${NACL_BUILD_SUBDIR}/test && make check
|
| fi
|
| }
|
| -
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|