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

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
Index: ports/perl/build.sh
diff --git a/ports/perl/build.sh b/ports/perl/build.sh
index 45801ca3b4542706722e32bbc0e869aea7178894..4db17e336d18ef1c4ab976f2cb9838c6a475fb9d 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
+ Makefile ${DESTDIR}${PREFIX}${LIB}
bradn 2015/08/19 20:28:50 This seems odd? MakeDir ?
Sam Clegg 2015/08/19 21:31:11 Done.
+ LogExecute cp -rf ${SRC_DIR}/lib ${DESTDIR}${PREFIX}/
}
« ports/emacs/build.sh ('K') | « ports/ninja/build.sh ('k') | ports/subversion/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698