MycroftOS: Talking about being stupid....

Need to stop doing work when not 100% fit
This commit is contained in:
Peter Steenbergen 2020-01-21 21:14:12 +01:00
parent 04b3fff53e
commit ebf5d31845
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ define BTSPEAKER_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 644 $(@D)/btspeaker.service \
$(TARGET_DIR)/usr/lib/systemd/system/btspeaker.service
$(INSTALL) -D -m 644 $(@D)/brcm_bt.service.service \
$(TARGET_DIR)/usr/lib/systemd/system/brcm_bt.service.service
$(INSTALL) -D -m 644 $(@D)/brcm_bt.service \
$(TARGET_DIR)/usr/lib/systemd/system/brcm_bt.service
mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
ln -fs ../../../../usr/lib/systemd/system/brcm_bt.service \
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/brcm_bt.service