Changeset ee395f8 in freewrt


Ignore:
Timestamp:
Jul 24, 2006, 12:13:08 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
55b147e
Parents:
efd69fe
Message:

fix paths

git-svn-id: svn://www.freewrt.org/trunk/freewrt@388 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/bluez-utils/Makefile

    refd69fe ree395f8  
    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)
Note: See TracChangeset for help on using the changeset viewer.