[arch-commits] Commit in kmod/trunk (PKGBUILD)
Dave Reisner
dreisner at archlinux.org
Thu Feb 16 00:05:06 UTC 2012
Date: Wednesday, February 15, 2012 @ 19:05:05
Author: dreisner
Revision: 150254
upgpkg: kmod 5-4
- move depmod symlink back to /sbin until kernel is patched
Modified:
kmod/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-02-16 00:02:19 UTC (rev 150253)
+++ PKGBUILD 2012-02-16 00:05:05 UTC (rev 150254)
@@ -3,7 +3,7 @@
pkgname=kmod
pkgver=5
-pkgrel=3
+pkgrel=4
pkgdesc="Linux kernel module handling"
arch=('i686' 'x86_64')
url="http://git.profusion.mobi/cgit.cgi/kmod.git"
@@ -51,7 +51,9 @@
# add symlinks to kmod
ln -s ../usr/bin/kmod "$pkgdir/sbin/modprobe"
- for tool in {dep,ins,ls,rm}mod modinfo; do
+ ln -s ../usr/bin/kmod "$pkgdir/sbin/depmod"
+
+ for tool in {ins,ls,rm}mod modinfo; do
ln -s kmod "$pkgdir/usr/bin/$tool"
done
More information about the arch-commits
mailing list