| Index: ports/x264/build.sh
|
| diff --git a/ports/x264/build.sh b/ports/x264/build.sh
|
| old mode 100755
|
| new mode 100644
|
| index 95e7654166b015ac455f59ac76b17bb5898dde08..c3487a28679d88d7587ddd3e51336fa9f0fbb8b1
|
| --- a/ports/x264/build.sh
|
| +++ b/ports/x264/build.sh
|
| @@ -3,9 +3,7 @@
|
| # 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
|
| -
|
| +BUILD_DIR=${SRC_DIR}
|
|
|
| ConfigureStep() {
|
| Banner "Configuring ${PACKAGE_NAME}"
|
| @@ -38,7 +36,3 @@ ConfigureStep() {
|
|
|
| make clean
|
| }
|
| -
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|