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

Unified Diff: libraries/libtommath-0.41/nacl-libtommath-0.41.sh

Issue 11885025: Allow re-targeting of naclports install (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 11 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: libraries/libtommath-0.41/nacl-libtommath-0.41.sh
diff --git a/libraries/libtommath-0.41/nacl-libtommath-0.41.sh b/libraries/libtommath-0.41/nacl-libtommath-0.41.sh
index ec9f2aadb3cd429a92c579417a3cd583f0640528..f4d05b46c94dd67d1360133313ff7c4a9272d701 100755
--- a/libraries/libtommath-0.41/nacl-libtommath-0.41.sh
+++ b/libraries/libtommath-0.41/nacl-libtommath-0.41.sh
@@ -39,13 +39,13 @@ CustomBuildStep() {
CustomInstallStep() {
# copy libs and headers manually
- Banner "Installing ${PACKAGE_NAME} to ${NACL_SDK_USR}"
- ChangeDir ${NACL_SDK_USR_INCLUDE}
+ Banner "Installing ${PACKAGE_NAME} to ${NACLPORTS_PREFIX}"
+ ChangeDir ${NACLPORTS_INCLUDE}
Remove ${PACKAGE_NAME}
MakeDir ${PACKAGE_NAME}
readonly THIS_PACKAGE_PATH=${NACL_PACKAGES_REPOSITORY}/${PACKAGE_NAME}
cp ${THIS_PACKAGE_PATH}/*.h ${PACKAGE_NAME}/
- ChangeDir ${NACL_SDK_USR_LIB}
+ ChangeDir ${NACLPORTS_LIBDIR}
cp ${THIS_PACKAGE_PATH}/*.a .
DefaultTouchStep
}

Powered by Google App Engine
This is Rietveld 408576698