| Index: ports/dreadthread/build.sh
|
| diff --git a/ports/dreadthread/build.sh b/ports/dreadthread/build.sh
|
| old mode 100755
|
| new mode 100644
|
| index 7344682bc8ee21c72bf8664e4977ecf71171197a..beb975d1e4a08de5b030f51594bc9c2bc79aade0
|
| --- a/ports/dreadthread/build.sh
|
| +++ b/ports/dreadthread/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
|
|
|
| BuildStep() {
|
| Banner "Building ${PACKAGE_NAME}"
|
| @@ -33,6 +31,3 @@ PackageInstall() {
|
| BuildStep
|
| InstallStep
|
| }
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|