gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-dev] [PATCH] Put udev rules in libdir and not always in /lib


From: Mike Frysinger
Subject: Re: [gpsd-dev] [PATCH] Put udev rules in libdir and not always in /lib
Date: Sun, 16 Dec 2012 18:58:24 -0500
User-agent: KMail/1.13.7 (Linux/3.6.5; KDE/4.6.5; x86_64; ; )

On Sunday 16 December 2012 18:28:01 Maciej Grela wrote:
> +def set_udevdir(env, result):
> +    env['udevdir'] = result.rstrip("\r\n");

don't need to specify the whitespace chars.  just use result.rstrip(), or 
perhaps even result.strip().

the rest looks OK, but i didn't look too hard ;)

> With both changes applied gpsd now runs correctly when
> udevdir=/usr/lib64/udev What do you think?

FWIW, if you're using the ABI dir for ABI-independent files rather than always 
using /lib, your distro is probably doing it wrong.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]