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

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

Powered by Google App Engine
This is Rietveld 408576698