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

  • From: zooey@xxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 1 Dec 2011 10:40:03 +0100 (CET)

hrev43374 adds 1 changeset to branch 'master'
old head: 82d09e800f69992efe50c58e18f9e3f2af83259b
new head: 3032f55d28eed2c4b315454681acb1ae4bac50e7

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

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

############################################################################

Revision:    hrev43374
Commit:      3032f55d28eed2c4b315454681acb1ae4bac50e7
URL:         http://cgit.haiku-os.org/haiku/commit/?id=3032f55
Author:      Oliver Tappe <zooey@xxxxxxxxxxxxxxx>
Date:        Thu Dec  1 09:39:32 2011 UTC

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

Fix #8167: create compatibility symlink in /boot/home/config/be

* instead of in /boot/home/config/settings/be, the compatibility
  link has to live directly in the config folder, as otherwise
  it doesn't help compatibility-wise at all ;-)

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

diff --git a/build/jam/HaikuImage b/build/jam/HaikuImage
index 842fcc9..2b9a9cd 100644
--- a/build/jam/HaikuImage
+++ b/build/jam/HaikuImage
@@ -360,7 +360,7 @@ AddDirectoryToHaikuImage home mail draft ;
 AddDirectoryToHaikuImage home mail in ;
 AddDirectoryToHaikuImage home mail out ;
 
-AddSymlinkToHaikuImage home config settings : deskbar : be ;
+AddSymlinkToHaikuImage home config : settings/deskbar : be ;
 # Deskbar Application links
 AddDirectoryToHaikuImage home config settings deskbar Applications ;
 DESKBAR_APPLICATIONS = ActivityMonitor CharacterMap CodyCam CDPlayer DeskCalc


Other related posts:

  • » [haiku-commits] haiku: hrev43374 - build/jam - zooey