| Index: ports/openssl/build.sh
|
| diff --git a/ports/openssl/build.sh b/ports/openssl/build.sh
|
| old mode 100755
|
| new mode 100644
|
| index 2630f2b94331c1b516578f6beb75ec1a20380d86..ba39a4eabf9d4576b279bb70549860b424bd40a8
|
| --- a/ports/openssl/build.sh
|
| +++ b/ports/openssl/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}"
|
| @@ -87,7 +85,3 @@ jpaketest srptest asn1test"
|
| RunSelLdrCommand evp_test evptests.txt
|
| popd
|
| }
|
| -
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|