[arch-commits] Commit in v86d/trunk (PKGBUILD v86d)
Allan McRae
allan at archlinux.org
Mon Jun 8 02:59:34 UTC 2009
Date: Sunday, June 7, 2009 @ 22:59:34
Author: allan
Revision: 41917
upgpkg: v86d 0.1.9-6
fix /lib/initcpio/install/v86d to point at /etc/modprobe.d/uvesafb.conf (FS#15000)
Modified:
v86d/trunk/PKGBUILD
v86d/trunk/v86d
----------+
PKGBUILD | 4 ++--
v86d | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-07 23:34:29 UTC (rev 41916)
+++ PKGBUILD 2009-06-08 02:59:34 UTC (rev 41917)
@@ -2,7 +2,7 @@
# Maintainer: Thomas Baechler <thomas at archlinux.org>
pkgname="v86d"
pkgver=0.1.9
-pkgrel=5
+pkgrel=6
pkgdesc="userspace helper for uvesafb that runs x86 code in an emulated environment"
url="http://dev.gentoo.org/~spock/projects/uvesafb/"
license=('GPL2')
@@ -18,7 +18,7 @@
v86d_hook
modprobe.uvesafb)
md5sums=('ebbbc8e7013c9544b6ba6981add43831'
- '4370f3c903fb005df0274b46ba4318e2'
+ 'ef0a9f2235cc3c00eb17457fc7eb6550'
'813958b8f6c75a7063e4858f31509694'
'2d7cc8dc6a41916a13869212d0191147')
options=(!makeflags)
Modified: v86d
===================================================================
--- v86d 2009-06-07 23:34:29 UTC (rev 41916)
+++ v86d 2009-06-08 02:59:34 UTC (rev 41917)
@@ -1,6 +1,6 @@
install() {
add_binary "/sbin/v86d_klibc" "/sbin/v86d"
- add_file "/etc/modprobe.d/uvesafb"
+ add_file "/etc/modprobe.d/uvesafb.conf"
MODULES="uvesafb"
SCRIPT="v86d"
}
More information about the arch-commits
mailing list