From ba76e8cc44dd8a06254de8b4a25af35c881e34d0 Mon Sep 17 00:00:00 2001 From: "Wulf C. Krueger" Date: Sat, 26 May 2012 20:00:34 +0200 Subject: [PATCH] vhba-module: Move udev rules into the correct dir. --- ...822.exheres-0 => vhba-module-1.2.1_p20100822-r1.exheres-0} | 0 packages/app-emulation/vhba-module/vhba-module.exlib | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename packages/app-emulation/vhba-module/{vhba-module-1.2.1_p20100822.exheres-0 => vhba-module-1.2.1_p20100822-r1.exheres-0} (100%) diff --git a/packages/app-emulation/vhba-module/vhba-module-1.2.1_p20100822.exheres-0 b/packages/app-emulation/vhba-module/vhba-module-1.2.1_p20100822-r1.exheres-0 similarity index 100% rename from packages/app-emulation/vhba-module/vhba-module-1.2.1_p20100822.exheres-0 rename to packages/app-emulation/vhba-module/vhba-module-1.2.1_p20100822-r1.exheres-0 diff --git a/packages/app-emulation/vhba-module/vhba-module.exlib b/packages/app-emulation/vhba-module/vhba-module.exlib index 4fbe99d..75342a2 100644 --- a/packages/app-emulation/vhba-module/vhba-module.exlib +++ b/packages/app-emulation/vhba-module/vhba-module.exlib @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 export_exlib_phases src_compile src_install pkg_postinst -require cdemu-common [ name=vhba-module ] +require cdemu-common [ name=vhba-module ] udev-rules SUMMARY="Kernel module for CD-ROM device emulation." DESCRIPTION="VHBA module provides (V)irtual (SCSI) (H)ost (B)us (A)dapter, which is the link between userspace cdemu daemon and linux kernel." @@ -22,7 +22,7 @@ vhba-module_src_install() { dodir /usr/src edo cp -pPR "${WORK}" "${IMAGE}/usr/src/${PNV}" - insinto /etc/udev/rules.d + insinto "${UDEVRULESDIR}" hereins 90-vhba.rules <