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

Unified Diff: ports/vim/build.sh

Issue 1405293003: Use cp -a instead of cp -ar. (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 2 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/emacs/build.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/vim/build.sh
diff --git a/ports/vim/build.sh b/ports/vim/build.sh
index a0487606a93cffaec956707471f45f7ade382619..5581ec3242978786b670fe9f3e45cfbb62ead0d7 100644
--- a/ports/vim/build.sh
+++ b/ports/vim/build.sh
@@ -46,7 +46,7 @@ PublishStep() {
MakeDir ${ASSEMBLY_DIR}/vimtar/usr
ChangeDir ${ASSEMBLY_DIR}/vimtar
- LogExecute cp -ar ${INSTALL_DIR}${PREFIX}/* ./usr/
+ LogExecute cp -a ${INSTALL_DIR}${PREFIX}/* ./usr/
LogExecute cp usr/bin/vim${NACL_EXEEXT} ../vim_${NACL_ARCH}${NACL_EXEEXT}
LogExecute cp $SRC_DIR/runtime/vimrc_example.vim usr/share/vim/vimrc
LogExecute rm -rf usr/bin
« no previous file with comments | « ports/emacs/build.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698