Index: ports/avrdude/build.sh |
diff --git a/ports/avrdude/build.sh b/ports/avrdude/build.sh |
index bd73ef08e95da851de34d2b5f0edbdd94c50ebba..a1598da344242cad72001c5c5dadd2a0b8786bfe 100644 |
--- a/ports/avrdude/build.sh |
+++ b/ports/avrdude/build.sh |
@@ -8,7 +8,3 @@ export EXTRA_LIBS="${NACL_CLI_MAIN_LIB}" |
if [ "${NACL_LIBC}" = "newlib" ]; then |
NACLPORTS_CPPFLAGS+=" -I${NACLPORTS_INCLUDE}/glibc-compat" |
fi |
- |
-PublishStep() { |
- PublishByArchForDevEnv |
-} |