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

  • From: anevilyak@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 31 Mar 2012 20:22:39 +0200 (CEST)

hrev43919 adds 1 changeset to branch 'master'
old head: cb8941c48f7eeff3b6b0c0ac963569febb54b30c
new head: 484afd3a08810f726da25bdfd18f624649d93a77

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

484afd3: Updated Web+ package.
  
  Fixes an oversight in yesterday's bug fix.

                                      [ Rene Gollent <anevilyak@xxxxxxxxx> ]

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

Revision:    hrev43919
Commit:      484afd3a08810f726da25bdfd18f624649d93a77
URL:         http://cgit.haiku-os.org/haiku/commit/?id=484afd3
Author:      Rene Gollent <anevilyak@xxxxxxxxx>
Date:        Sat Mar 31 18:21:04 2012 UTC

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

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

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

diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages
index 76bab89..f38647e 100644
--- a/build/jam/OptionalPackages
+++ b/build/jam/OptionalPackages
@@ -1788,8 +1788,8 @@ if [ IsOptionalHaikuImagePackageAdded WebPositive ] {
                Echo "No optional package WebPositive available for gcc2" ;
        } else {
                InstallOptionalHaikuImagePackage
-                       WebPositive-gcc4-x86-r585-2012-03-30.zip
-                       : $(baseURL)/WebPositive-gcc4-x86-r585-2012-03-30.zip ;
+                       WebPositive-gcc4-x86-r586-2012-03-31.zip
+                       : $(baseURL)/WebPositive-gcc4-x86-r586-2012-03-31.zip ;
                AddSymlinkToHaikuImage home config settings deskbar Applications
                        : /boot/apps/WebPositive/WebPositive ;
        }


Other related posts:

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