diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2006-12-14 11:11:26 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2006-12-14 11:11:26 +0000 |
commit | 5a3b4ed77c04c565cf4b6ad0f5d00a9b60a97b3c (patch) | |
tree | 494fde19c7541256b4b929ac8a68b1468d6afc1d /app-misc | |
parent | stable x86, security bug #152783 (diff) | |
download | gentoo-2-5a3b4ed77c04c565cf4b6ad0f5d00a9b60a97b3c.tar.gz gentoo-2-5a3b4ed77c04c565cf4b6ad0f5d00a9b60a97b3c.tar.bz2 gentoo-2-5a3b4ed77c04c565cf4b6ad0f5d00a9b60a97b3c.zip |
Unconditionally installing udev-rules due to Bug #158114.
(Portage version: 2.1.2_rc3-r4)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/usbirboy/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild | 10 |
2 files changed, 9 insertions, 7 deletions
diff --git a/app-misc/usbirboy/ChangeLog b/app-misc/usbirboy/ChangeLog index 910d8fdef1b6..52a1a78b6932 100644 --- a/app-misc/usbirboy/ChangeLog +++ b/app-misc/usbirboy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/usbirboy # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/usbirboy/ChangeLog,v 1.12 2006/09/24 09:20:38 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/usbirboy/ChangeLog,v 1.13 2006/12/14 11:11:26 zzam Exp $ + + 14 Dec 2006; Matthias Schwarzott <zzam@gentoo.org> + usbirboy-0.2.1-r1.ebuild: + Unconditionally installing udev-rules due to Bug #158114. 24 Sep 2006; Michael Hanselmann <hansmi@gentoo.org> usbirboy-0.2.1-r1.ebuild: diff --git a/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild b/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild index a5312a50ae5e..68a0346c459b 100644 --- a/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild +++ b/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild,v 1.9 2006/09/24 09:20:38 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild,v 1.10 2006/12/14 11:11:26 zzam Exp $ inherit linux-mod eutils @@ -52,11 +52,9 @@ src_install() { doins ../mcubin/usbirboy.s19 # Add configuration for udev - if [ -e ${ROOT}dev/.udev ]; then - dodir /etc/udev/rules.d - echo 'KERNEL=="usbirboy", NAME="%k", SYMLINK="lirc"' \ - > "${D}etc/udev/rules.d/55-${PN}.rules" - fi + dodir /etc/udev/rules.d + echo 'KERNEL=="usbirboy", NAME="%k", SYMLINK="lirc"' \ + > "${D}etc/udev/rules.d/55-${PN}.rules" } pkg_postinst() { |