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

Unified Diff: ports/twm/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
« no previous file with comments | « ports/tree/build.sh ('k') | ports/xeyes/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/twm/build.sh
diff --git a/ports/twm/build.sh b/ports/twm/build.sh
index a521565cbdb6db55d07d839533625ae8b7d52670..78d2e548a23e91001201186ee5bc0ede3b49baa4 100644
--- a/ports/twm/build.sh
+++ b/ports/twm/build.sh
@@ -36,15 +36,16 @@ BuildStep() {
}
InstallStep() {
- return
+ MakeDir ${DESTDIR_BIN}
+ LogExecute cp -f ${BUILD_DIR}/twm${NACL_EXEEXT} ${DESTDIR_BIN}/twm
}
PublishStep() {
- PublishByArchForDevEnv
+ MakeDir ${PUBLISH_DIR}
ChangeDir ${PUBLISH_DIR}
LogExecute cp -f ${BUILD_DIR}/twm${NACL_EXEEXT} twm_${NACL_ARCH}${NACL_EXEEXT}
LogExecute python ${NACL_SDK_ROOT}/tools/create_nmf.py\
- twm_*${NACL_EXEEXT} -s . -o twm.nmf
+ twm_*${NACL_EXEEXT} -s . -o twm.nmf
LogExecute python ${TOOLS_DIR}/create_term.py -n twm twm.nmf
InstallNaClTerm .
LogExecute cp -f ${START_DIR}/*.js .
« no previous file with comments | « ports/tree/build.sh ('k') | ports/xeyes/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698