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

  • From: anevilyak@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 5 Jun 2013 02:49:22 +0200 (CEST)

hrev45739 adds 1 changeset to branch 'master'
old head: 65af2da017ef1d8ba8dab4a8ed0ba535362903ee
new head: 35a2e0e61500bfc87888e698c223b9c4984380dd
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=35a2e0e+%5E65af2da

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

35a2e0e: Update Vision package again.
  
  - Reworks how settings are handled: if the settings file has not yet
  been created or is empty, we now populate defaults from
  appdir/InitialSettings.

                                      [ Rene Gollent <anevilyak@xxxxxxxxx> ]

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

Revision:    hrev45739
Commit:      35a2e0e61500bfc87888e698c223b9c4984380dd
URL:         http://cgit.haiku-os.org/haiku/commit/?id=35a2e0e
Author:      Rene Gollent <anevilyak@xxxxxxxxx>
Date:        Wed Jun  5 00:48:08 2013 UTC

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

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

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

diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages
index d2d0020..8cc1e1c 100644
--- a/build/jam/OptionalPackages
+++ b/build/jam/OptionalPackages
@@ -2218,11 +2218,11 @@ if [ IsOptionalHaikuImagePackageAdded Vision ] {
                Echo "No optional package Vision available for $(TARGET_ARCH)" ;
        } else {
                if $(HAIKU_GCC_VERSION[1]) >= 4 {
-                       InstallOptionalHaikuImagePackage 
vision-0.9.7-x86-gcc4-2013-06-04.zip
+                       InstallOptionalHaikuImagePackage 
vision-0.9.7-x86-gcc4-2013-06-04-2.zip
                                : 
$(baseURL)/vision-0.9.7-x86-gcc4-2013-06-04.zip ;
                } else {
                        InstallOptionalHaikuImagePackage
-                               vision-0.9.7-x86-gcc2-2013-06-04.zip
+                               vision-0.9.7-x86-gcc2-2013-06-04-2.zip
                                : 
$(baseURL)/vision-0.9.7-x86-gcc2-2013-06-04.zip ;
                }
                AddSymlinkToHaikuImage home config settings deskbar Applications


Other related posts:

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