diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-03-27 20:44:50 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-03-27 20:44:50 +0000 |
commit | 1f4089442c9c0f4d661b96d498d5a0fb64d7e254 (patch) | |
tree | d648176ce7ae7af063d229b8a7d7e3de1e8008b8 /sys-fs/udev/udev-099.ebuild | |
parent | Stable on amd64 wrt bug 171669 (diff) | |
download | gentoo-2-1f4089442c9c0f4d661b96d498d5a0fb64d7e254.tar.gz gentoo-2-1f4089442c9c0f4d661b96d498d5a0fb64d7e254.tar.bz2 gentoo-2-1f4089442c9c0f4d661b96d498d5a0fb64d7e254.zip |
Install rcaddon into get_libdir/rcscripts, Bug #172391.
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-fs/udev/udev-099.ebuild')
-rw-r--r-- | sys-fs/udev/udev-099.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/udev/udev-099.ebuild b/sys-fs/udev/udev-099.ebuild index 9d764f98ee83..e9b65cdcdd75 100644 --- a/sys-fs/udev/udev-099.ebuild +++ b/sys-fs/udev/udev-099.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-099.ebuild,v 1.2 2007/01/26 13:59:20 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-099.ebuild,v 1.3 2007/03/27 20:44:50 zzam Exp $ inherit eutils flag-o-matic multilib toolchain-funcs @@ -163,7 +163,7 @@ src_install() { "${D}"/usr/share/man/man8/udevcontrol.8.gz # our udev hooks into the rc system - insinto /lib/rcscripts/addons + insinto /$(get_libdir)/rcscripts/addons newins "${FILESDIR}"/udev-start-099.sh udev-start.sh doins "${FILESDIR}"/udev-stop.sh |