summaryrefslogtreecommitdiff
path: root/community/vhba-module
diff options
context:
space:
mode:
Diffstat (limited to 'community/vhba-module')
-rw-r--r--community/vhba-module/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/vhba-module/PKGBUILD b/community/vhba-module/PKGBUILD
index cd876fa3d..4a9237bf6 100644
--- a/community/vhba-module/PKGBUILD
+++ b/community/vhba-module/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 69027 2012-04-08 10:57:34Z ibiru $
+# $Id: PKGBUILD 70195 2012-05-01 18:07:34Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Mateusz Herych <heniekk@gmail.com>
# Contributor: Charles Lindsay <charles@chaoslizard.org>
@@ -6,7 +6,7 @@
pkgname=vhba-module
pkgver=20110915
_extramodules=extramodules-3.3-ARCH
-pkgrel=6
+pkgrel=7
pkgdesc="Kernel module that emulates SCSI devices"
arch=('i686' 'x86_64' 'mips64el')
url="http://cdemu.sourceforge.net/"
@@ -36,7 +36,7 @@ package() {
"$startdir/vhba-module.install"
install -Dm644 "$srcdir/60-vhba.rules" \
- "$pkgdir/lib/udev/rules.d/60-vhba.rules"
+ "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
}
# vim:set ts=2 sw=2 et: