X-Git-Url: http://gitweb/?a=blobdiff_plain;f=kmod%2FPkgfile;h=8c4f993dcd91dedbdd7d7f548e29a672bea473ee;hb=b4aac807c89c4c3f254c2320ab5a0e7a1fea2c44;hp=ce0ab32fca5c92d18e69fe25c4e4114152997b46;hpb=7d24970934235f1084bcae1df8cb24e898e4e7c7;p=crossrootfs.git diff --git a/kmod/Pkgfile b/kmod/Pkgfile index ce0ab32..8c4f993 100644 --- a/kmod/Pkgfile +++ b/kmod/Pkgfile @@ -4,7 +4,7 @@ # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu name=kmod -version=12 +version=18 release=1 source=(http://www.kernel.org/pub/linux/utils/kernel/$name/$name-$version.tar.xz) @@ -35,4 +35,7 @@ build() { ln -s kmod $PKG/sbin/rmmod ln -s kmod $PKG/sbin/modprobe ln -s ../sbin/kmod $PKG/bin/lsmod + + # remove bash-completion stuff + rm -r $PKG/usr/share }