diff options
author | 2006-12-14 11:11:26 +0000 | |
---|---|---|
committer | 2006-12-14 11:11:26 +0000 | |
commit | 5a3b4ed77c04c565cf4b6ad0f5d00a9b60a97b3c (patch) | |
tree | 494fde19c7541256b4b929ac8a68b1468d6afc1d /app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild | |
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/usbirboy/usbirboy-0.2.1-r1.ebuild')
-rw-r--r-- | app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
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() { |