]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gpe-bluetooth/files/fix-resume-script-name.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gpe-bluetooth / files / fix-resume-script-name.patch
1 --- gpe-bluetooth/Makefile.am   2006/01/15 14:24:00     1.15
2 +++ gpe-bluetooth/Makefile.am   2006/04/20 11:19:17     1.16
3 @@ -46,7 +46,7 @@ pixmaps_extradir = $(datadir)/pixmaps
4  btscriptdir = $(sysconfdir)/bluetooth
5  btscript_SCRIPTS = hciattach.sh
6  
7 -btresumedir = $(sysconfdir)/apm/resume.d
8 +btresumedir = $(sysconfdir)/apm/scripts.d
9  btresume_SCRIPTS = gpe-bluetooth-resume.sh
10  
11  pingladedir = $(datadir)/bluez-pin
12 @@ -83,3 +83,6 @@ install-data-hook:
13         cd $(DESTDIR)$(sysconfdir)/bluetooth && mv hciattach.sh hciattach
14         chmod u+s $(DESTDIR)$(gpebluetoothlibdir)/bnep-helper
15         chmod u+s $(DESTDIR)$(gpebluetoothlibdir)/rfcomm-helper
16 +       mkdir -p $(DESTDIR)$(sysconfdir)/apm/resume.d
17 +       cd $(DESTDIR)$(sysconfdir)/apm/resume.d/ && ln -sf ../scripts.d/gpe-bluetooth-resume.sh 50-gpe-bluetooth-resume
18 +