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

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: 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 4f1623f69a910a4ee9972635a481cf59fd9bdf52..1d01dfd7385d358952c6a2f4629dd0fa767d9024 100755
--- a/libraries/libtomcrypt-1.17/nacl-libtomcrypt-1.17.sh
+++ b/libraries/libtomcrypt-1.17/nacl-libtomcrypt-1.17.sh
@@ -32,12 +32,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
}

Powered by Google App Engine
This is Rietveld 408576698