| Index: ports/physfs/build.sh
|
| diff --git a/ports/physfs/build.sh b/ports/physfs/build.sh
|
| old mode 100755
|
| new mode 100644
|
| index b0723e45c073a87ffa3b118d433cf4c49b8049dd..33b700b9ef96c1da2138e81528f84529848bbee9
|
| --- a/ports/physfs/build.sh
|
| +++ b/ports/physfs/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() {
|
| # TODO(binji): turn on shared building for glibc (need -fPIC)
|
| @@ -19,6 +17,3 @@ ConfigureStep() {
|
|
|
| CMakeConfigureStep
|
| }
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|