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

Collapse All | Expand All

(-)dahdi-linux-2.6.0.ORIG//Makefile (-1 / +1 lines)
Lines 155-161 Link Here
155
	build_tools/uninstall-modules dahdi $(KVERS)
155
	build_tools/uninstall-modules dahdi $(KVERS)
156
endif
156
endif
157
	$(KMAKE) INSTALL_MOD_PATH=$(DESTDIR) INSTALL_MOD_DIR=dahdi modules_install
157
	$(KMAKE) INSTALL_MOD_PATH=$(DESTDIR) INSTALL_MOD_DIR=dahdi modules_install
158
	[ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || :
158
#	[ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || :
159
159
160
uninstall-modules:
160
uninstall-modules:
161
ifdef DESTDIR
161
ifdef DESTDIR

Return to bug 480148