module-init-tools: update to 3.9

This commit is contained in:
Juergen Daubert 2009-05-28 10:25:24 +02:00
parent 8aad70eb59
commit a39394b3cd
3 changed files with 3 additions and 3 deletions

View File

@ -14,6 +14,7 @@ drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/depmod.conf.5.gz
-rw-r--r-- root/root usr/man/man5/modprobe.conf.5.gz
-rw-r--r-- root/root usr/man/man5/modprobe.d.5.gz
-rw-r--r-- root/root usr/man/man5/modules.dep.5.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/depmod.8.gz

View File

@ -1 +1 @@
470d7830fd263d29a92149da6ae9f122 module-init-tools-3.8.tar.bz2
738db2580f664795f05975846e53b298 module-init-tools-3.9.tar.bz2

View File

@ -3,7 +3,7 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=module-init-tools
version=3.8
version=3.9
release=1
source=(http://www.kernel.org/pub/linux/kernel/people/rusty/modules/$name-$version.tar.bz2)
@ -15,5 +15,4 @@ build() {
make
make DESTDIR=$PKG mandir=/usr/man install
install -d $PKG/etc/{modprobe.d,depmod.d}
rm -f $PKG/sbin/generate-modprobe.conf
}