diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-09-01 18:39:58 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-09-01 18:39:58 +0200 |
commit | d5eecd159722761e06d0c6b0f82648da9eef46a4 (patch) | |
tree | 3cc6ebb89f41c112df0f914d9b2028e7dac2adce /base/module-init-tools/Pkgfile | |
parent | 46474d0c7b744b217caf549f67ba91fa53a6fe16 (diff) | |
download | nutyx-extra-d5eecd159722761e06d0c6b0f82648da9eef46a4.tar.gz nutyx-extra-d5eecd159722761e06d0c6b0f82648da9eef46a4.tar.bz2 nutyx-extra-d5eecd159722761e06d0c6b0f82648da9eef46a4.tar.xz nutyx-extra-d5eecd159722761e06d0c6b0f82648da9eef46a4.zip |
maj module-init-tools#3.10-1
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 5eb13473e..7c6f76551 100755 --- a/base/module-init-tools/Pkgfile +++ b/base/module-init-tools/Pkgfile @@ -5,7 +5,7 @@ # Depends on: man-db, zlib name=module-init-tools -version=3.9 +version=3.10 release=1 source=(http://www.kernel.org/pub/linux/utils/kernel/modules/$name-$version.tar.bz2\ modprobe.conf) @@ -21,8 +21,8 @@ make clean make install -d $PKG/usr/share/man -install -d $PKG/etc +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 +install -m 644 ../modprobe.conf $PKG/etc/modprobe.d/modprobe.conf } |