Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: ports/lua5.3/build.sh

Issue 1285953002: Switch devenv to use pkg packages (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@toolchain_install
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ports/lua5.3/build.sh
diff --git a/ports/lua5.3/build.sh b/ports/lua5.3/build.sh
index f0ba6ee1f22172c57fb473107adb0b7b565b937c..58036c78ef5d01b668ae8011af63e688f2bf72fe 100644
--- a/ports/lua5.3/build.sh
+++ b/ports/lua5.3/build.sh
@@ -64,7 +64,3 @@ InstallStep() {
LogExecute make PLAT=${PLAT} EXEEXT=${NACL_EXEEXT} \
INSTALL_TOP=${DESTDIR}/${PREFIX} install
}
-
-PublishStep() {
- PublishByArchForDevEnv
-}

Powered by Google App Engine
This is Rietveld 408576698