Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 302874 | Differences between
and this patch

Collapse All | Expand All

(-)dahdi-linux-2.2.1.orig/Makefile (-1 / +1 lines)
Lines 183-189 Link Here
183
	build_tools/uninstall-modules dahdi $(KVERS)
183
	build_tools/uninstall-modules dahdi $(KVERS)
184
endif
184
endif
185
	$(KMAKE) INSTALL_MOD_PATH=$(DESTDIR) INSTALL_MOD_DIR=dahdi modules_install
185
	$(KMAKE) INSTALL_MOD_PATH=$(DESTDIR) INSTALL_MOD_DIR=dahdi modules_install
186
	[ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || :
186
#	[ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || :
187
187
188
uninstall-modules:
188
uninstall-modules:
189
ifdef DESTDIR
189
ifdef DESTDIR

Return to bug 302874