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

Unified Diff: ports/ninja/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/ninja/build.sh
diff --git a/ports/ninja/build.sh b/ports/ninja/build.sh
index 3d0544d7c865273ba3d6d8f7faa10ada8e3eab52..79e378d9eb4820abe9e860b34833542ff054bdad 100644
--- a/ports/ninja/build.sh
+++ b/ports/ninja/build.sh
@@ -42,12 +42,6 @@ TestStep() {
}
InstallStep() {
- return
-}
-
-PublishStep() {
- MakeDir ${PUBLISH_DIR}
- MakeDir ${PUBLISH_DIR}/${NACL_ARCH}
- LogExecute cp ninja ${PUBLISH_DIR}/${NACL_ARCH}/ninja
- PublishByArchForDevEnv
+ MakeDir ${DESTDIR}${PREFIX}/bin
+ LogExecute cp ninja ${DESTDIR}${PREFIX}/bin/
}

Powered by Google App Engine
This is Rietveld 408576698