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

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: 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/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 39fbda0571e5cbba1136966c21cde115112aa63c..d780a23a609f22cf4c6c07cf48d474344cb72665 100755
--- a/libraries/glibc-compat/nacl-glibc-compat.sh
+++ b/libraries/glibc-compat/nacl-glibc-compat.sh
@@ -34,10 +34,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() {

Powered by Google App Engine
This is Rietveld 408576698