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

Unified Diff: ports/xkbcomp/build.sh

Issue 1285953002: Switch devenv to use pkg packages (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@toolchain_install
Patch Set: Created 5 years, 4 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: ports/xkbcomp/build.sh
diff --git a/ports/xkbcomp/build.sh b/ports/xkbcomp/build.sh
index 0b5693412b49897a121b9de747d707c7a0323557..31a20e3af1f8547f16c55b4320efd21ef3b519d1 100644
--- a/ports/xkbcomp/build.sh
+++ b/ports/xkbcomp/build.sh
@@ -13,9 +13,6 @@ if [ "${NACL_LIBC}" = "newlib" ]; then
fi
InstallStep() {
- return
-}
-
-PublishStep() {
- PublishByArchForDevEnv
+ DefaultInstallStep
+ LogExecute mv ${DESTDIR}/share ${DESTDIR}${PREFIX}/
}
« ports/perl/build.sh ('K') | « ports/xeyes/build.sh ('k') | ports/xz/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698