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

Unified Diff: ports/emacs/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 | « no previous file | ports/vim/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/emacs/build.sh
diff --git a/ports/emacs/build.sh b/ports/emacs/build.sh
index d3a94346ef5d0b34ecf91d58160407deec4aed8a..dd70528eef1ca544a864479e01ae1ea09af2bc36 100644
--- a/ports/emacs/build.sh
+++ b/ports/emacs/build.sh
@@ -98,7 +98,7 @@ PublishStep() {
# Copy all installed files into tarball
MakeDir ${ASSEMBLY_DIR}/emacstar/usr
ChangeDir ${ASSEMBLY_DIR}/emacstar
- LogExecute cp -ar ${DESTDIR}${PREFIX}/* ./usr
+ LogExecute cp -a ${DESTDIR}${PREFIX}/* ./usr
LogExecute cp usr/bin/emacs${NACL_EXEEXT} \
../emacs_${NACL_ARCH}${NACL_EXEEXT}
rm -rf usr/bin
« no previous file with comments | « no previous file | ports/vim/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698