From 1570ecb70cddf9cd9d3da2509cf7e8207400050a Mon Sep 17 00:00:00 2001 From: markster Date: Sun, 16 Oct 2005 16:07:49 +0000 Subject: Fix depmods for cross builds (bug #5445) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@795 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97a3938..019b54f 100755 --- a/Makefile +++ b/Makefile @@ -366,7 +366,7 @@ install: all devices if [ -d /etc/modutils ]; then \ /sbin/update-modules ; \ fi - [ `id -u` = 0 ] && /sbin/depmod -a || : + [ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || : [ -f $(CONFIG_FILE) ] || install -D -m 644 zaptel.conf.sample $(CONFIG_FILE) install-udev: -- cgit v1.2.3