[Asterisk-cvs] zaptel Makefile,1.89,1.90
markster
markster
Sun Oct 16 12:13:42 CDT 2005
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv23273
Modified Files:
Makefile
Log Message:
Fix depmods for cross builds (bug #5445)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/zaptel/Makefile,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- Makefile 30 Sep 2005 15:57:03 -0000 1.89
+++ Makefile 16 Oct 2005 16:07:49 -0000 1.90
@@ -366,7 +366,7 @@
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:
More information about the svn-commits
mailing list