2011-05-31 07:48:05

by Nobuhiro Iwamatsu

[permalink] [raw]
Subject: [PATCH] Fix install path for udevdir

From: Nobuhiro Iwamatsu <[email protected]>

If PCMCIA enabled, udevdir value override from /lib/udev to
$(libexecdir)/udev.

Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
---
Makefile.am | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 175f8c9..5325d6d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -355,8 +355,6 @@ EXTRA_DIST += scripts/bluetooth.rules \
scripts/bluetooth-hid2hci.rules scripts/bluetooth-serial.rules

if PCMCIA
-udevdir = $(libexecdir)/udev
-
dist_udev_SCRIPTS = scripts/bluetooth_serial
endif

--
1.7.5.1



2011-05-31 08:04:26

by Nobuhiro Iwamatsu

[permalink] [raw]
Subject: Re: [PATCH] Fix install path for udevdir

Hi,

2011/5/31 Johan Hedberg <[email protected]>:
> Hi,
>
> On Tue, May 31, 2011, Nobuhiro Iwamatsu wrote:
>> From: Nobuhiro Iwamatsu <[email protected]>
>>
>> If PCMCIA enabled, udevdir value override from /lib/udev to
>> $(libexecdir)/udev.
>>
>> Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
>> ---
>> ?Makefile.am | ? ?2 --
>> ?1 files changed, 0 insertions(+), 2 deletions(-)
>
> Thanks. The patch has been pushed upstream (with the signed-off-by line
> removed since we don't use that).

Thanks and sorry.
I am careful from next.

Best regards,
Nobuhiro


--
Nobuhiro Iwamatsu
?? iwamatsu at {nigauri.org / debian.org}
?? GPG ID: 40AD1FA6

2011-05-31 07:57:49

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH] Fix install path for udevdir

Hi,

On Tue, May 31, 2011, Nobuhiro Iwamatsu wrote:
> From: Nobuhiro Iwamatsu <[email protected]>
>
> If PCMCIA enabled, udevdir value override from /lib/udev to
> $(libexecdir)/udev.
>
> Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
> ---
> Makefile.am | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)

Thanks. The patch has been pushed upstream (with the signed-off-by line
removed since we don't use that).

Johan