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

Collapse All | Expand All

(-)Makefile.org (-1 / +1 lines)
Lines 191-197 Link Here
191
	build_tools/uninstall-modules dahdi $(KVERS)
191
	build_tools/uninstall-modules dahdi $(KVERS)
192
endif
192
endif
193
	$(KMAKE) INSTALL_MOD_PATH=$(DESTDIR) INSTALL_MOD_DIR=dahdi modules_install
193
	$(KMAKE) INSTALL_MOD_PATH=$(DESTDIR) INSTALL_MOD_DIR=dahdi modules_install
194
	[ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || :
194
#	[ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || :
195
195
196
uninstall-modules:
196
uninstall-modules:
197
ifdef DESTDIR
197
ifdef DESTDIR

Return to bug 270283