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

Unified Diff: ports/perl/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
« no previous file with comments | « ports/ninja/build.sh ('k') | ports/pkg/nacl.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/perl/build.sh
diff --git a/ports/perl/build.sh b/ports/perl/build.sh
index 45801ca3b4542706722e32bbc0e869aea7178894..74816c6b004fc600513b7b4f93971eea1fcd6a46 100644
--- a/ports/perl/build.sh
+++ b/ports/perl/build.sh
@@ -156,18 +156,6 @@ BuildStep() {
InstallStep() {
# microperl, perl don't require make install
- return
-}
-
-PublishStep() {
- MakeDir ${ARCH_DIR}
- TAR_DIR=${ARCH_DIR}/perltar
- MakeDir ${TAR_DIR}
- ChangeDir ${TAR_DIR}
- LogExecute cp -rf ${SRC_DIR}/lib ${TAR_DIR}
- LogExecute tar cf ${ARCH_DIR}/perl.tar .
- LogExecute shasum ${ARCH_DIR}/perl.tar > ${ARCH_DIR}/perl.tar.hash
- ChangeDir ${SRC_DIR}
- LogExecute rm -rf ${TAR_DIR}
- PublishByArchForDevEnv
+ MakeDir ${DESTDIR_LIB}
+ LogExecute cp -rf ${SRC_DIR}/lib/* ${DESTDIR_LIB}/
}
« no previous file with comments | « ports/ninja/build.sh ('k') | ports/pkg/nacl.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698