Changeset 388

Show
Ignore:
Timestamp:
07/24/06 12:13:08 (2 years ago)
Author:
wbx
Message:

fix paths

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/bluez-utils/Makefile

    r309 r388  
    7676        $(CP) $(WRKINST)/usr/sbin/* $(IDIR_BLUEZ_UTILS)/usr/sbin/ 
    7777        install -d -m0755 $(IDIR_BLUEZ_UTILS)/etc/bluetooth 
    78         $(CP) $(WRKINST)/../hcid/hcid.conf $(IDIR_BLUEZ_UTILS)/etc/bluetooth/ 
    79         $(CP) $(WRKINST)/../rfcomm/rfcomm.conf $(IDIR_BLUEZ_UTILS)/etc/bluetooth/ 
     78        $(CP) $(WRKBUILD)/hcid/hcid.conf $(IDIR_BLUEZ_UTILS)/etc/bluetooth/ 
     79        $(CP) $(WRKBUILD)/rfcomm/rfcomm.conf $(IDIR_BLUEZ_UTILS)/etc/bluetooth/ 
    8080        install -m0700 ./files/givepin $(IDIR_BLUEZ_UTILS)/etc/bluetooth/ 
    8181        $(RSTRIP) $(IDIR_BLUEZ_UTILS)