| Index: ports/libav/build.sh
|
| diff --git a/ports/libav/build.sh b/ports/libav/build.sh
|
| old mode 100755
|
| new mode 100644
|
| index 7354a1d14759bbe1da5a80639bda3bcd6f522eea..0c3cd9cd9fb21bc87b68cb08ca15e0bad3a53034
|
| --- a/ports/libav/build.sh
|
| +++ b/ports/libav/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() {
|
| @@ -44,7 +42,3 @@ ConfigureStep() {
|
| --prefix=${NACLPORTS_PREFIX} \
|
| --libdir=${NACLPORTS_LIBDIR}
|
| }
|
| -
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|