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

Unified Diff: libraries/gmock-1.5.0/nacl-gmock-1.5.0.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
« no previous file with comments | « libraries/glibc-compat/nacl-glibc-compat.sh ('k') | libraries/gtest-1.5.0/nacl-gtest-1.5.0.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libraries/gmock-1.5.0/nacl-gmock-1.5.0.sh
diff --git a/libraries/gmock-1.5.0/nacl-gmock-1.5.0.sh b/libraries/gmock-1.5.0/nacl-gmock-1.5.0.sh
index 8d0e74da02b31e7b6e96d48f853d46c7ac53f329..02a87cbcf057e71b5589e9fb65aff41cb7bf8f01 100755
--- a/libraries/gmock-1.5.0/nacl-gmock-1.5.0.sh
+++ b/libraries/gmock-1.5.0/nacl-gmock-1.5.0.sh
@@ -28,11 +28,11 @@ CustomConfigureStep() {
}
CustomInstallStep() {
- Remove ${NACL_SDK_USR_INCLUDE}/gmock
+ Remove ${NACLPORTS_INCLUDE}/gmock
readonly THIS_PACKAGE_PATH=${NACL_PACKAGES_REPOSITORY}/${PACKAGE_NAME}
- (ChangeDir include; tar cf - gmock | (ChangeDir ${NACL_SDK_USR_INCLUDE}; tar xfp -))
- Remove ${NACL_SDK_USR_LIB}/${LIB_GMOCK}
- install -m 644 ${LIB_GMOCK} ${NACL_SDK_USR_LIB}/${LIB_GMOCK}
+ (ChangeDir include; tar cf - gmock | (ChangeDir ${NACLPORTS_INCLUDE}; tar xfp -))
+ Remove ${NACLPORTS_LIBDIR}/${LIB_GMOCK}
+ install -m 644 ${LIB_GMOCK} ${NACLPORTS_LIBDIR}/${LIB_GMOCK}
DefaultTouchStep
}
« no previous file with comments | « libraries/glibc-compat/nacl-glibc-compat.sh ('k') | libraries/gtest-1.5.0/nacl-gtest-1.5.0.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698