Changeset 389
- Timestamp:
- 07/24/06 12:26:08 (2 years ago)
- Files:
-
- trunk/freewrt/package/bluez-utils/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/bluez-utils/Makefile
r388 r389 76 76 $(CP) $(WRKINST)/usr/sbin/* $(IDIR_BLUEZ_UTILS)/usr/sbin/ 77 77 install -d -m0755 $(IDIR_BLUEZ_UTILS)/etc/bluetooth 78 $(CP) $(WRK BUILD)/hcid/hcid.conf $(IDIR_BLUEZ_UTILS)/etc/bluetooth/79 $(CP) $(WRKBUILD)/rfcomm/rfcomm.conf$(IDIR_BLUEZ_UTILS)/etc/bluetooth/78 $(CP) $(WRKINST)/etc/bluetooth/{hcid,rfcomm}.conf \ 79 $(IDIR_BLUEZ_UTILS)/etc/bluetooth/ 80 80 install -m0700 ./files/givepin $(IDIR_BLUEZ_UTILS)/etc/bluetooth/ 81 81 $(RSTRIP) $(IDIR_BLUEZ_UTILS) 82 82 $(IPKG_BUILD) $(IDIR_BLUEZ_UTILS) $(PACKAGE_DIR) 83


