fix local variable naming

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25743 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2008-05-31 21:01:05 +00:00
parent 4eae685d97
commit 5f3c81d6a6

View File

@ -86,8 +86,8 @@ if [ IsOptionalHaikuImagePackageAdded Beam ] {
# Bluetooth stack
if [ IsOptionalHaikuImagePackageAdded Bluetooth ] {
local BEOS_ADD_ONS_DRIVERS_BLUETOOTH = h2generic ;
AddDriversToHaikuImage bluetooth : $(BEOS_ADD_ONS_DRIVERS_BLUETOOTH) ;
local bluetoothDrivers = h2generic ;
AddDriversToHaikuImage bluetooth : $(bluetoothDrivers) ;
AddFilesToHaikuImage beos system servers : bluetooth_server ;
AddFilesToHaikuImage beos system lib : libbluetooth.so ;
AddFilesToHaikuImage beos bin : bt_dev_info bt_discovery ;