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

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: 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/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 56c5b8d6d4d76fc9e50fd79a8b30e08151f13f85..2649feb035e2299760e163149d46f2b36f35aa94 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
@@ -32,11 +32,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
}

Powered by Google App Engine
This is Rietveld 408576698