From 7ace03f4a7c612c13b8bec8cf3271f750bfb4624 Mon Sep 17 00:00:00 2001 From: tnut Date: Wed, 6 Apr 2011 22:27:11 +0200 Subject: module-init-tools, ajout blacklist nouveau --- base/module-init-tools/Pkgfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'base/module-init-tools/Pkgfile') diff --git a/base/module-init-tools/Pkgfile b/base/module-init-tools/Pkgfile index 525e20aae..6a63d9b13 100755 --- a/base/module-init-tools/Pkgfile +++ b/base/module-init-tools/Pkgfile @@ -5,9 +5,9 @@ name=module-init-tools version=3.12 -release=2 +release=3 source=(http://www.kernel.org/pub/linux/utils/kernel/$name/$name-$version.tar.bz2\ - modprobe.conf blacklist-fb.conf usb.conf) + nouveau.conf modprobe.conf blacklist-fb.conf usb.conf) build() { cd $name-$version @@ -24,7 +24,7 @@ install -d $PKG/usr/share/man install -d $PKG/etc/{modprobe.d,depmod.d} make DESTDIR=$PKG mandir=/usr/share/man install rm -f $PKG/sbin/generate-modprobe.conf -for i in modprobe.conf blacklist-fb.conf usb.conf +for i in modprobe.conf blacklist-fb.conf usb.conf nouveau.conf do install -m 644 ../$i $PKG/etc/modprobe.d/$i done -- cgit v1.2.3-70-g09d2