| Index: ports/lua5.1/build.sh
|
| diff --git a/ports/lua5.1/build.sh b/ports/lua5.1/build.sh
|
| old mode 100755
|
| new mode 100644
|
| index 4749214d978a76a069fb7a51fb19887a68598988..a8427d26b39d0700846193acac37ef74110974a6
|
| --- a/ports/lua5.1/build.sh
|
| +++ b/ports/lua5.1/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/lua src/luac"
|
|
|
| @@ -41,7 +39,3 @@ InstallStep() {
|
| WriteSelLdrScript luac.sh luac
|
| fi
|
| }
|
| -
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|