diff options
Diffstat (limited to 'base/module-init-tools/Pkgfile')
-rwxr-xr-x | base/module-init-tools/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |