* Remove references to the timezone files in userbuildconfig jamfiles. We would need another AddSymlinkToHaikuImage

example...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37770 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adrien Destugues
2010-07-27 10:46:02 +00:00
parent 4782f2be6c
commit ba12b8a9c1
2 changed files with 2 additions and 6 deletions
+1 -3
View File
@@ -96,9 +96,7 @@ AddFilesToHaikuImage system bin : crashing_app ;
# Make a symlink to home/config/bin/crash.
AddSymlinkToHaikuImage home config bin : /bin/crashing_app : crash ;
# Add timezone and keymap settings.
AddSymlinkToHaikuImage home config settings
: /boot/system/data/timezones/Europe/Paris : timezone ;
# Add keymap settings.
AddFilesToHaikuImage home config settings : <keymap>US-International : Key_map ;
# Adds the source directories src/kits/storage and src/tests/servers/debug
+1 -3
View File
@@ -17,9 +17,7 @@
#SetConfigVar DEBUG : HAIKU_TOP src system boot loader : 1 : global ;
# Add symlink/file (timezone and keymap settings) to the image.
#AddSymlinkToHaikuImage home config settings
# : /boot/system/data/timezones/Europe/Paris : timezone ;
# Add symlink/file (keymap settings) to the image.
#AddFilesToHaikuImage home config settings : <keymap>US-International
# : Key_map ;