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 | bdc5375c206376a92146eb678bc7089384a411cb (patch) | |
tree | 025086f1f28ee8b2a3948a4c9517bc1d1a475f5f /app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild | |
parent | stable x86, security bug #152783 (diff) | |
download | historical-bdc5375c206376a92146eb678bc7089384a411cb.tar.gz historical-bdc5375c206376a92146eb678bc7089384a411cb.tar.bz2 historical-bdc5375c206376a92146eb678bc7089384a411cb.zip |
Unconditionally installing udev-rules due to Bug #158114.
Package-Manager: portage-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() { |