[arch-commits] Commit in v86d/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sun Jun 7 09:22:23 UTC 2009
Date: Sunday, June 7, 2009 @ 05:22:23
Author: allan
Revision: 41761
upgpkg: v86d 0.1.9-4
add .conf to end of files in /etc/modprobe.d as required by latest module-init-tools
Modified:
v86d/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-07 09:21:43 UTC (rev 41760)
+++ PKGBUILD 2009-06-07 09:22:23 UTC (rev 41761)
@@ -2,7 +2,7 @@
# Maintainer: Thomas Baechler <thomas at archlinux.org>
pkgname="v86d"
pkgver=0.1.9
-pkgrel=3
+pkgrel=4
pkgdesc="userspace helper for uvesafb that runs x86 code in an emulated environment"
url="http://dev.gentoo.org/~spock/projects/uvesafb/"
license=('GPL2')
@@ -12,7 +12,7 @@
makedepends=('kernel26>=2.6.29' 'kernel26<2.6.30')
_kernver="2.6.29-ARCH"
depends=('glibc' 'klibc' $(basename /lib/klibc-*.so .so))
-backup=(etc/modprobe.d/uvesafb)
+backup=(etc/modprobe.d/uvesafb.conf)
source=(http://dev.gentoo.org/~spock/projects/uvesafb/archive/v86d-$pkgver.tar.bz2
v86d
v86d_hook
@@ -39,5 +39,5 @@
install -D -m644 $srcdir/v86d $pkgdir/lib/initcpio/install/v86d || return 1
install -D -m644 $srcdir/v86d_hook $pkgdir/lib/initcpio/hooks/v86d || return 1
- install -D -m644 $srcdir/modprobe.uvesafb $pkgdir/etc/modprobe.d/uvesafb || return 1
+ install -D -m644 $srcdir/modprobe.uvesafb $pkgdir/etc/modprobe.d/uvesafb.conf || return 1
}
More information about the arch-commits
mailing list