summaryrefslogtreecommitdiffstats
path: root/base/module-init-tools/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-24 01:19:10 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-24 01:19:10 +0200
commitc17a6b7f65d85185d0b9fedc16026db30b396eeb (patch)
tree80696b02c8d5b736afa51090bd07c1912dceb225 /base/module-init-tools/Pkgfile
parent29de24c632bddfb6adfd49a13b32c3c1f9e95b1a (diff)
downloadnutyx-extra-c17a6b7f65d85185d0b9fedc16026db30b396eeb.tar.gz
nutyx-extra-c17a6b7f65d85185d0b9fedc16026db30b396eeb.tar.bz2
nutyx-extra-c17a6b7f65d85185d0b9fedc16026db30b396eeb.tar.xz
nutyx-extra-c17a6b7f65d85185d0b9fedc16026db30b396eeb.zip
module-init-tools, ajout de la blacklist
Diffstat (limited to 'base/module-init-tools/Pkgfile')
-rwxr-xr-xbase/module-init-tools/Pkgfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/module-init-tools/Pkgfile b/base/module-init-tools/Pkgfile
index 417e20fce..fff52340d 100755
--- a/base/module-init-tools/Pkgfile
+++ b/base/module-init-tools/Pkgfile
@@ -8,7 +8,7 @@ name=module-init-tools
version=3.11.1
release=1
source=(http://www.kernel.org/pub/linux/utils/kernel/$name/$name-$version.tar.bz2\
- modprobe.conf)
+ modprobe.conf blacklist-fb)
build() {
cd $name-$version
@@ -25,4 +25,5 @@ install -d $PKG/etc/{modprobe.d,depmod.d}
make DESTDIR=$PKG mandir=/usr/share/man install
rm -f $PKG/sbin/generate-modprobe.conf
install -m 644 ../modprobe.conf $PKG/etc/modprobe.d/modprobe.conf
+install -m 644 ../blacklist-fb $PKG/etc/modprobe.d/
}