CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
kmod: updated to 18
[crossrootfs.git] / kmod / Pkgfile
index ce0ab32fca5c92d18e69fe25c4e4114152997b46..8c4f993dcd91dedbdd7d7f548e29a672bea473ee 100644 (file)
@@ -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
 }