El vie, 16-07-2010 a las 15:08 -0300, Gustavo F. Padovan escribió: > Hi Pacho, > > * Pacho Ramos <pacho@xxxxxxxxxxxxxxxxxxxxxxxxxxx> [2010-07-16 19:21:45 +0200]: > > > El vie, 16-07-2010 a las 14:01 -0300, Johan Hedberg escribió: > > > > > > On Fri, Jul 16, 2010, Pacho Ramos wrote: > > > > Can this be finally committed please? Thanks a lot :-) > > > > > > It's strange the the patch has gone unnoticed ever since March. Anyway, > > > could you please provide a git format-patch version of it since that's > > > the convention for all patch submisions. That way I don't need to play > > > manual tricks to get the git author name and email correct for the > > > commit. > > > > > > Johan > > > > > > > Sadly I have always failed to create patches in a git format-patch > > version :'( > > > > This is what I have tried: > > $ git clone git://git.kernel.org/pub/scm/bluetooth/bluez.git > > Initialized empty Git repository in /home/pacho/bluez/.git/ > > remote: Counting objects: 35451, done. > > remote: Compressing objects: 100% (8577/8577), done. > > remote: Total 35451 (delta 27190), reused 34976 (delta 26858) > > Receiving objects: 100% (35451/35451), 6.16 MiB | 1.39 MiB/s, done. > > Resolving deltas: 100% (27190/27190), done. > > $ cd bluez/ > > $ git checkout -b fix_alsa_path > > Switched to a new branch 'fix_alsa_path' > > $ patch -p0 > > </usr/portage/net-wireless/bluez/files/bluez-alsa_location.patch > > patching file Makefile.am > > Hunk #1 succeeded at 248 (offset 7 lines). > > $ git format-patch master --stdout > > $ (nothing is shown) > > If your patch is on HEAD then just do: > > git format-patch -1 > > and then use 'git send-email' to send it to the mailing list. > Seems I forgot to commit ;-), I attach the patch Thanks :-)
From 4421d83d1d5cd0875ec12457f621a31fdc8862a1 Mon Sep 17 00:00:00 2001 From: Pacho Ramos <pacho@xxxxxxxxxxxxxxxxxxxxxxxxxxx> Date: Fri, 16 Jul 2010 20:38:58 +0200 Subject: [PATCH] Install alsa stuff in correct place --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index f4bf87d..65d4312 100644 --- a/Makefile.am +++ b/Makefile.am @@ -248,7 +248,7 @@ audio_libasound_module_ctl_bluetooth_la_LIBADD = lib/libbluetooth.la @ALSA_LIBS@ audio_libasound_module_ctl_bluetooth_la_CFLAGS = @ALSA_CFLAGS@ if CONFIGFILES -alsaconfdir = $(sysconfdir)/alsa +alsaconfdir = $(datadir)/alsa alsaconf_DATA = audio/bluetooth.conf endif -- 1.7.1
Attachment:
signature.asc
Description: This is a digitally signed message part