[haiku-commits] haiku: hrev43688 - build/jam

  • From: anevilyak@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 23 Jan 2012 21:52:38 +0100 (CET)

hrev43688 adds 1 changeset to branch 'master'
old head: bec3facc5e6a7335f82774d63960178b64597d05
new head: 612e834851fbbb496fb8ef08353dab663a5ab9be

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

612e834: Update package again due to a few stray attributes that were missed.
  
  Should really fix #8290.

                                      [ Rene Gollent <anevilyak@xxxxxxxxx> ]

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

Revision:    hrev43688
Commit:      612e834851fbbb496fb8ef08353dab663a5ab9be
URL:         http://cgit.haiku-os.org/haiku/commit/?id=612e834
Author:      Rene Gollent <anevilyak@xxxxxxxxx>
Date:        Mon Jan 23 20:50:52 2012 UTC

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

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

1 files changed, 2 insertions(+), 2 deletions(-)
build/jam/OptionalPackages |    4 ++--

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

diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages
index 299a29d..67e47f5 100644
--- a/build/jam/OptionalPackages
+++ b/build/jam/OptionalPackages
@@ -1693,8 +1693,8 @@ if [ IsOptionalHaikuImagePackageAdded WebPositive ] {
                Echo "No optional package WebPositive available for gcc2" ;
        } else {
                InstallOptionalHaikuImagePackage
-                       WebPositive-gcc4-x86-r583-2012-01-23.zip
-                       : $(baseURL)/WebPositive-gcc4-x86-r583-2012-01-23.zip ;
+                       WebPositive-gcc4-x86-r583-2012-01-23a.zip
+                       : $(baseURL)/WebPositive-gcc4-x86-r583-2012-01-23a.zip ;
                AddSymlinkToHaikuImage home config settings deskbar Applications
                        : /boot/apps/WebPositive/WebPositive ;
        }


Other related posts:

  • » [haiku-commits] haiku: hrev43688 - build/jam - anevilyak