* KeymapSwitcher package updated to work with recent (after ~r43100) revisions of Haiku.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43224 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Siarzhuk Zharski
2011-11-08 09:53:54 +00:00
parent 6a99b22472
commit 90586eb692
+4 -4
View File
@@ -953,12 +953,12 @@ if [ IsOptionalHaikuImagePackageAdded KeymapSwitcher ] {
} else { } else {
if $(HAIKU_GCC_VERSION[1]) >= 4 { if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage InstallOptionalHaikuImagePackage
KeymapSwitcher-1.2.6-r1a3-x86-gcc4-2011-06-12.zip KeymapSwitcher-1.2.6-x86-gcc4-2011-11-07.zip
: $(baseURL)/KeymapSwitcher-1.2.6-r1a3-x86-gcc4-2011-06-12.zip ; : $(baseURL)/KeymapSwitcher-1.2.6-x86-gcc4-2011-11-07.zip ;
} else { } else {
InstallOptionalHaikuImagePackage InstallOptionalHaikuImagePackage
KeymapSwitcher-1.2.6-r1a3-x86-gcc2-2011-06-12.zip KeymapSwitcher-1.2.6-x86-gcc2-2011-11-07.zip
: $(baseURL)/KeymapSwitcher-1.2.6-r1a3-x86-gcc2-2011-06-12.zip ; : $(baseURL)/KeymapSwitcher-1.2.6-x86-gcc2-2011-11-07.zip ;
} }
AddSymlinkToHaikuImage home config be Preferences AddSymlinkToHaikuImage home config be Preferences
: /boot/common/bin/KeymapSwitcher ; : /boot/common/bin/KeymapSwitcher ;