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

Collapse All | Expand All

(-)dahdi-linux-2.2.0.orig/Makefile (-2 / +2 lines)
Lines 184-190 Link Here
184
	build_tools/uninstall-modules dahdi $(KVERS)
184
	build_tools/uninstall-modules dahdi $(KVERS)
185
endif
185
endif
186
	$(KMAKE) INSTALL_MOD_PATH=$(DESTDIR) INSTALL_MOD_DIR=dahdi modules_install
186
	$(KMAKE) INSTALL_MOD_PATH=$(DESTDIR) INSTALL_MOD_DIR=dahdi modules_install
187
	[ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || :
187
#	[ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || :
188
188
189
uninstall-modules:
189
uninstall-modules:
190
ifdef DESTDIR
190
ifdef DESTDIR
Lines 197-203 Link Here
197
		rm -rf /lib/modules/$(KVERS)/dahdi; \
197
		rm -rf /lib/modules/$(KVERS)/dahdi; \
198
		echo "done."; \
198
		echo "done."; \
199
	fi
199
	fi
200
	[ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || :
200
#	[ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || :
201
endif
201
endif
202
202
203
update:
203
update:

Return to bug 275635