summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-07-30 19:33:11 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-07-30 19:33:11 +0000
commit4c77225d33cb1f6053b3f7977aca466663cc1f3d (patch)
treeb67d85bfeaa3955418c0cfd499712ecd960d83cc /sys-fs/vhba/vhba-20130607.ebuild
parentold (diff)
downloadgentoo-2-4c77225d33cb1f6053b3f7977aca466663cc1f3d.tar.gz
gentoo-2-4c77225d33cb1f6053b3f7977aca466663cc1f3d.tar.bz2
gentoo-2-4c77225d33cb1f6053b3f7977aca466663cc1f3d.zip
Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir() version.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs/vhba/vhba-20130607.ebuild')
-rw-r--r--sys-fs/vhba/vhba-20130607.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-fs/vhba/vhba-20130607.ebuild b/sys-fs/vhba/vhba-20130607.ebuild
index ff286cc0cf7a..ef16b32c2c91 100644
--- a/sys-fs/vhba/vhba-20130607.ebuild
+++ b/sys-fs/vhba/vhba-20130607.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-20130607.ebuild,v 1.4 2013/10/20 22:07:01 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-20130607.ebuild,v 1.5 2014/07/30 19:33:11 ssuominen Exp $
EAPI="5"
@@ -44,8 +44,8 @@ src_install() {
linux-mod_src_install
einfo "Generating udev rules ..."
- dodir "$(udev_get_udevdir)"/rules.d
- cat > "${D}/$(udev_get_udevdir)"/rules.d/70-vhba.rules <<-EOF || die
+ dodir "$(get_udevdir)"/rules.d
+ cat > "${D}/$(get_udevdir)"/rules.d/70-vhba.rules <<-EOF || die
# do not edit this file, it will be overwritten on update
#
KERNEL=="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu"