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

Unified Diff: libraries/libtomcrypt-1.17/nacl-libtomcrypt-1.17.sh

Issue 11885025: Allow re-targeting of naclports install (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src
Patch Set: rebase 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/libtomcrypt-1.17/nacl-libtomcrypt-1.17.sh
diff --git a/libraries/libtomcrypt-1.17/nacl-libtomcrypt-1.17.sh b/libraries/libtomcrypt-1.17/nacl-libtomcrypt-1.17.sh
index 5451c2cd2da401458a77266233fb413de6897c1f..fbb3b8ff383d8f5229862eabe9a0cbc91025a2b0 100755
--- a/libraries/libtomcrypt-1.17/nacl-libtomcrypt-1.17.sh
+++ b/libraries/libtomcrypt-1.17/nacl-libtomcrypt-1.17.sh
@@ -28,12 +28,12 @@ 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}
readonly THIS_PACKAGE_PATH=${NACL_PACKAGES_REPOSITORY}/${PACKAGE_NAME}
cp ${THIS_PACKAGE_PATH}/src/headers/*.h ./
- ChangeDir ${NACL_SDK_USR_LIB}
+ ChangeDir ${NACLPORTS_LIBDIR}
cp ${THIS_PACKAGE_PATH}/*.a .
DefaultTouchStep
}
« no previous file with comments | « libraries/libtheora-1.1.1/nacl-libtheora-1.1.1.sh ('k') | libraries/libtommath-0.41/nacl-libtommath-0.41.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698