summaryrefslogtreecommitdiff
path: root/testing/kmod
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-16 23:15:21 +0000
committerroot <root@rshg054.dnsready.net>2012-02-16 23:15:21 +0000
commit76774d40da5ce246c9f2178fdf937706d99af4b2 (patch)
treed94469586899ec9ccf256ca7fab766f6e82f3cf1 /testing/kmod
parent2e50a79768e42c26ff8850404f488425610abc0a (diff)
Thu Feb 16 23:15:21 UTC 2012
Diffstat (limited to 'testing/kmod')
-rw-r--r--testing/kmod/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/kmod/PKGBUILD b/testing/kmod/PKGBUILD
index 64017dd1a..028413d8c 100644
--- a/testing/kmod/PKGBUILD
+++ b/testing/kmod/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 150158 2012-02-13 18:05:27Z dreisner $
+# $Id: PKGBUILD 150255 2012-02-16 00:05:20Z dreisner $
# Maintainer: Dave Reisner <dreisner@archlinux.org>
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 @@ package() {
# 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