From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5BB5B13895F for ; Sun, 10 Feb 2013 08:17:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7725521C020; Sun, 10 Feb 2013 08:17:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91F7AE057F for ; Sun, 10 Feb 2013 08:17:15 +0000 (UTC) Received: from [10.176.49.190] (212-226-40-133-nat.elisa-mobile.fi [212.226.40.133]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: ssuominen) by smtp.gentoo.org (Postfix) with ESMTPSA id 191C833E30B; Sun, 10 Feb 2013 08:17:13 +0000 (UTC) Message-ID: <51175749.3000001@gentoo.org> Date: Sun, 10 Feb 2013 10:16:09 +0200 From: Samuli Suominen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130114 Thunderbird/17.0.2 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev , floppym@gentoo.org Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-wireless/irda-utils: irda-utils-0.9.18-r3.ebuild irda-utils-0.9.18-r4.ebuild ChangeLog References: <20130210030822.C12EF2171D@flycatcher.gentoo.org> In-Reply-To: <20130210030822.C12EF2171D@flycatcher.gentoo.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 33174a1a-d1c0-44e2-b387-727b23f89958 X-Archives-Hash: b5ef1285719f560f68d628529c81c205 On 10/02/13 05:08, Mike Gilbert (floppym) wrote: > floppym 13/02/10 03:08:22 > - insinto /etc/udev/rules.d > + insinto /lib/udev/rules.d The udevdir is dynamic, not static, so: inherit udev insinto "$(get_udevdir)"/rules.d Thanks