aboutsummaryrefslogtreecommitdiff
path: root/system/dahdi-complete/patches/01-no-depmod.patch
blob: d4286c35ad97a4a50541c39c974923f7a63fb06a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -uNr dahdi-linux-2.8.0.ORIG//Makefile dahdi-linux-2.8.0/Makefile
--- dahdi-linux-2.8.0.ORIG//Makefile	2010-09-09 14:41:11.000000000 +0100
+++ dahdi-linux-2.8.0/Makefile	2010-09-09 14:41:27.000000000 +0100
@@ -139,7 +139,7 @@
 	build_tools/uninstall-modules dahdi $(KVERS)
 endif
 	$(KMAKE) INSTALL_MOD_PATH=$(DESTDIR) INSTALL_MOD_DIR=dahdi modules_install
-	[ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || :
+#	[ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || :
 
 uninstall-modules:
 ifdef DESTDIR