| Index: ports/nethack/build.sh
|
| diff --git a/ports/nethack/build.sh b/ports/nethack/build.sh
|
| old mode 100755
|
| new mode 100644
|
| index 36e64fc0c591c0b2044c4736b642c6f177e5c5a6..4c46ce1f14c35b418e8070b3e67c0bb6883f4455
|
| --- a/ports/nethack/build.sh
|
| +++ b/ports/nethack/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
|
|
|
| EXECUTABLES=src/nethack
|
|
|
| @@ -96,6 +94,3 @@ InstallStep() {
|
| LogExecute zip -r nethack-3.4.3.zip nethack
|
| ChangeDir ${PACKAGE_DIR}
|
| }
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|