[yt-svn] commit/yt: xarthisius: Change DEST_SUFFIX to use uname -m instead of -p

Bitbucket commits-noreply at bitbucket.org
Fri Feb 17 03:28:49 PST 2012


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/a83f1abc7f4b/
changeset:   a83f1abc7f4b
branch:      yt
user:        xarthisius
date:        2012-02-17 12:21:44
summary:     Change DEST_SUFFIX to use uname -m instead of -p
affected #:  1 file

diff -r 3cb64c09895e4098d51f5072cf1d3fb7122ebb5a -r a83f1abc7f4b9937e4c60e2a9baf2115729f04a4 doc/install_script.sh
--- a/doc/install_script.sh
+++ b/doc/install_script.sh
@@ -15,7 +15,7 @@
 # And, feel free to drop me a line: matthewturk at gmail.com
 #
 
-DEST_SUFFIX="yt-`uname -p`"
+DEST_SUFFIX="yt-`uname -m`"
 DEST_DIR="`pwd`/${DEST_SUFFIX/ /}"   # Installation location
 BRANCH="yt" # This is the branch to which we will forcibly update.

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list