| Index: ports/Regal/build.sh
|
| diff --git a/ports/Regal/build.sh b/ports/Regal/build.sh
|
| old mode 100755
|
| new mode 100644
|
| index 3c0d2f68bc5318763937966c4c70527c1290ff46..d9f02f937aebbbc3cdd9b378e1b7197815129c27
|
| --- a/ports/Regal/build.sh
|
| +++ b/ports/Regal/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
|
|
|
| # override the extract step since the github generated tarball
|
| # puts all the files in regal-SHA1HASH folder
|
| @@ -39,7 +37,3 @@ InstallStep() {
|
| fi
|
| cp -r include/GL ${NACLPORTS_INCLUDE}
|
| }
|
| -
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|