[haiku-commits] haiku: hrev44897 - data/bin

  • From: mattmadia@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 25 Nov 2012 22:29:05 +0100 (CET)

hrev44897 adds 1 changeset to branch 'master'
old head: 9d833d31472009391dbea01fca8175f7e6491d7c
new head: 2510baa4685f8f570c607ceedfd73473d69342c4
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=2510baa+%5E9d833d3

----------------------------------------------------------------------------

2510baa: Add x86_64 to IOP

                                        [ Matt Madia <mattmadia@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev44897
Commit:      2510baa4685f8f570c607ceedfd73473d69342c4
URL:         http://cgit.haiku-os.org/haiku/commit/?id=2510baa
Author:      Matt Madia <mattmadia@xxxxxxxxx>
Date:        Sun Nov 25 21:28:52 2012 UTC

----------------------------------------------------------------------------

1 file changed, 2 insertions(+)
data/bin/installoptionalpackage | 2 ++

----------------------------------------------------------------------------

diff --git a/data/bin/installoptionalpackage b/data/bin/installoptionalpackage
index bd8c40c..7f576d1 100755
--- a/data/bin/installoptionalpackage
+++ b/data/bin/installoptionalpackage
@@ -435,6 +435,8 @@ function DetectSystemConfiguration()
        # Determine the Architecture.
        if [ `uname -m` == "BePC" ] ; then
                TARGET_ARCH='x86'
+       elif [ `uname -m` == "x86_64" ] ; then
+               TARGET_ARCH='x86_64'
        else
                echo "Sorry, x86 only for now."
                exit 1


Other related posts:

  • » [haiku-commits] haiku: hrev44897 - data/bin - mattmadia