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

Unified Diff: libraries/glibc-compat/nacl-glibc-compat.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/glib-2.28.8/nacl-glib-2.28.8.sh ('k') | libraries/gmock-1.5.0/nacl-gmock-1.5.0.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libraries/glibc-compat/nacl-glibc-compat.sh
diff --git a/libraries/glibc-compat/nacl-glibc-compat.sh b/libraries/glibc-compat/nacl-glibc-compat.sh
index 52f01a3eb297205eed5d2d00656400a42b94918d..258e0152011633ea355ab2ec373a10cdf2650133 100755
--- a/libraries/glibc-compat/nacl-glibc-compat.sh
+++ b/libraries/glibc-compat/nacl-glibc-compat.sh
@@ -35,10 +35,10 @@ CustomConfigureStep() {
}
CustomInstallStep() {
- Remove ${NACL_SDK_USR_LIB}/${LIB_GLIBC_COMPAT}
- Remove ${NACL_SDK_USR_INCLUDE}/glibc-compat
- install -m 644 out/${LIB_GLIBC_COMPAT} ${NACL_SDK_USR_LIB}/${LIB_GLIBC_COMPAT}
- cp -r include ${NACL_SDK_USR_INCLUDE}/glibc-compat
+ Remove ${NACLPORTS_LIBDIR}/${LIB_GLIBC_COMPAT}
+ Remove ${NACLPORTS_INCLUDE}/glibc-compat
+ install -m 644 out/${LIB_GLIBC_COMPAT} ${NACLPORTS_LIBDIR}/${LIB_GLIBC_COMPAT}
+ cp -r include ${NACLPORTS_INCLUDE}/glibc-compat
}
CustomPackageInstall() {
« no previous file with comments | « libraries/glib-2.28.8/nacl-glib-2.28.8.sh ('k') | libraries/gmock-1.5.0/nacl-gmock-1.5.0.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698