drwxr-xr-x root/root etc/depmod.d/
drwxr-xr-x root/root etc/modprobe.d/
drwxr-xr-x root/root lib/
-lrwxrwxrwx root/root lib/libkmod.so.2 -> libkmod.so.2.2.8
--rwxr-xr-x root/root lib/libkmod.so.2.2.8
+lrwxrwxrwx root/root lib/libkmod.so.2 -> libkmod.so.2.2.11
+-rwxr-xr-x root/root lib/libkmod.so.2.2.11
drwxr-xr-x root/root sbin/
lrwxrwxrwx root/root sbin/depmod -> kmod
lrwxrwxrwx root/root sbin/insmod -> kmod
-rw-r--r-- root/root usr/include/libkmod.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libkmod.la
-lrwxrwxrwx root/root usr/lib/libkmod.so -> ../../lib/libkmod.so.2.2.8
+lrwxrwxrwx root/root usr/lib/libkmod.so -> ../../lib/libkmod.so.2.2.11
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libkmod.pc
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man5/
--rw-r--r-- root/root usr/man/man5/depmod.d.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
--rw-r--r-- root/root usr/man/man5/modules.dep.bin.5.gz
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/depmod.8.gz
--rw-r--r-- root/root usr/man/man8/insmod.8.gz
--rw-r--r-- root/root usr/man/man8/lsmod.8.gz
--rw-r--r-- root/root usr/man/man8/modinfo.8.gz
--rw-r--r-- root/root usr/man/man8/modprobe.8.gz
--rw-r--r-- root/root usr/man/man8/rmmod.8.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/depmod.d.5.gz
+-rw-r--r-- root/root usr/share/man/man5/modprobe.d.5.gz
+-rw-r--r-- root/root usr/share/man/man5/modules.dep.5.gz
+-rw-r--r-- root/root usr/share/man/man5/modules.dep.bin.5.gz
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/depmod.8.gz
+-rw-r--r-- root/root usr/share/man/man8/insmod.8.gz
+-rw-r--r-- root/root usr/share/man/man8/kmod.8.gz
+-rw-r--r-- root/root usr/share/man/man8/lsmod.8.gz
+-rw-r--r-- root/root usr/share/man/man8/modinfo.8.gz
+-rw-r--r-- root/root usr/share/man/man8/modprobe.8.gz
+-rw-r--r-- root/root usr/share/man/man8/rmmod.8.gz
# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
name=kmod
-version=18
-release=1
+version=21
+release=2
source=(http://www.kernel.org/pub/linux/utils/kernel/$name/$name-$version.tar.xz)
build() {
install -d $PKG/etc/{modprobe,depmod}.d
install -d $PKG/bin
- install -d $PKG/usr/man/{man5,man8}
+ install -d $PKG/usr/share/man/{man5,man8}
- install -m 0644 man/*.5 $PKG/usr/man/man5
- install -m 0644 man/*.8 $PKG/usr/man/man8
+ install -m 0644 man/*.5 $PKG/usr/share/man/man5
+ install -m 0644 man/*.8 $PKG/usr/share/man/man8
ln -s kmod $PKG/sbin/modinfo
ln -s kmod $PKG/sbin/depmod
ln -s ../sbin/kmod $PKG/bin/lsmod
# remove bash-completion stuff
- rm -r $PKG/usr/share
+ rm -r $PKG/usr/share/bash-completion
}