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:
@@ -86,8 +86,8 @@ if [ IsOptionalHaikuImagePackageAdded Beam ] {
|
|||||||
|
|
||||||
# Bluetooth stack
|
# Bluetooth stack
|
||||||
if [ IsOptionalHaikuImagePackageAdded Bluetooth ] {
|
if [ IsOptionalHaikuImagePackageAdded Bluetooth ] {
|
||||||
local BEOS_ADD_ONS_DRIVERS_BLUETOOTH = h2generic ;
|
local bluetoothDrivers = h2generic ;
|
||||||
AddDriversToHaikuImage bluetooth : $(BEOS_ADD_ONS_DRIVERS_BLUETOOTH) ;
|
AddDriversToHaikuImage bluetooth : $(bluetoothDrivers) ;
|
||||||
AddFilesToHaikuImage beos system servers : bluetooth_server ;
|
AddFilesToHaikuImage beos system servers : bluetooth_server ;
|
||||||
AddFilesToHaikuImage beos system lib : libbluetooth.so ;
|
AddFilesToHaikuImage beos system lib : libbluetooth.so ;
|
||||||
AddFilesToHaikuImage beos bin : bt_dev_info bt_discovery ;
|
AddFilesToHaikuImage beos bin : bt_dev_info bt_discovery ;
|
||||||
|
|||||||
Reference in New Issue
Block a user