Index: ports/bzip2/build.sh |
diff --git a/ports/bzip2/build.sh b/ports/bzip2/build.sh |
index 6ad7299f3e884ec27e986ad16ee94a78478e12a8..fba644834140e7f858c5cf539c9a92fea4fae8e2 100644 |
--- a/ports/bzip2/build.sh |
+++ b/ports/bzip2/build.sh |
@@ -45,10 +45,3 @@ InstallStep() { |
fi |
LogExecute chmod a+r ${DESTDIR_LIB}/libbz2.* |
} |
- |
-PublishStep() { |
- # TODO(bradnelson): Figure out why the newlib version gets: |
- # Function not implemented |
- # when compressing with the bzip2 command-line tool. |
- PublishByArchForDevEnv |
-} |