diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-04-06 22:27:11 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-04-06 22:27:11 +0200 |
commit | 7ace03f4a7c612c13b8bec8cf3271f750bfb4624 (patch) | |
tree | f5cdb31d41308bc64bfbac94de09e1d0bda7d175 /base/module-init-tools/Pkgfile | |
parent | c927dbc52a11db8fbd7963a54992f0477b150c85 (diff) | |
download | nutyx-pakxe-7ace03f4a7c612c13b8bec8cf3271f750bfb4624.tar.gz nutyx-pakxe-7ace03f4a7c612c13b8bec8cf3271f750bfb4624.tar.bz2 nutyx-pakxe-7ace03f4a7c612c13b8bec8cf3271f750bfb4624.tar.xz nutyx-pakxe-7ace03f4a7c612c13b8bec8cf3271f750bfb4624.zip |
module-init-tools, ajout blacklist nouveau
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 |