| Index: ports/leveldb/build.sh
|
| diff --git a/ports/leveldb/build.sh b/ports/leveldb/build.sh
|
| index d728b0f2375d207474cf792dd0291f631ffe5bb4..4b5bfe7b36973435d8c543d25f3622e8d2f46e12 100755
|
| --- a/ports/leveldb/build.sh
|
| +++ b/ports/leveldb/build.sh
|
| @@ -3,9 +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() {
|
| export TARGET_OS=NaCl
|
| LogExecute make clean
|
| @@ -59,6 +56,3 @@ TestStep() {
|
| ./$test_binary.sh
|
| done
|
| }
|
| -
|
| -PackageInstall
|
| -exit 0
|
|
|