[haiku-commits] haiku: hrev46224 - /

  • From: ingo_weinhold@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 12 Oct 2013 20:54:14 +0200 (CEST)

hrev46224 adds 1 changeset to branch 'master'
old head: 8fa75a8cca3cb8afd1030401b480cfc6d858ae42
new head: dda53eae4be642c3f746dd930b6c308d9a2cea1b
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=dda53ea+%5E8fa75a8

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

dda53ea: configure: haiku.hpkg now has a canonical name
  
  Should fix the script on newer Haiku versions (and break it on older
  ones). Ticket #10087.

                                    [ Ingo Weinhold <ingo_weinhold@xxxxxx> ]

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

Revision:    hrev46224
Commit:      dda53eae4be642c3f746dd930b6c308d9a2cea1b
URL:         http://cgit.haiku-os.org/haiku/commit/?id=dda53ea
Author:      Ingo Weinhold <ingo_weinhold@xxxxxx>
Date:        Sat Oct 12 18:53:52 2013 UTC

Ticket:      https://dev.haiku-os.org/ticket/10087

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

1 file changed, 1 insertion(+), 1 deletion(-)
configure | 2 +-

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

diff --git a/configure b/configure
index 4a86e07..d023ab1 100755
--- a/configure
+++ b/configure
@@ -698,7 +698,7 @@ else
                fi
 
                # determine primary architecture
-               targetArch=`package list -i /system/packages/haiku.hpkg \
+               targetArch=`package list -i /system/packages/haiku-*.hpkg \
                        | sed '/^\s*architecture:/!d; s,^\s*architecture:\s*,,'`
                is_in_list "$targetArch" "$supportedTargetArchs" || (
                        echo "Unsupported target architecture: \"$targetArch\"" 
>&2


Other related posts:

  • » [haiku-commits] haiku: hrev46224 - / - ingo_weinhold