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

Collapse All | Expand All

(-)work.orig/phc-k8_v0.4.1/Makefile (-4 / +3 lines)
Lines 40-49 Link Here
40
	rm -rf .tmp_versions
40
	rm -rf .tmp_versions
41
41
42
install: $(TARGET)
42
install: $(TARGET)
43
	install -m 644 -o root -g root phc-k8.modprobe /etc/modprobe.d/phc-k8.conf
43
	install -m 644 -o root -g root -D phc-k8.modprobe ${DESTDIR}etc/modprobe.d/phc-k8.conf
44
	mkdir -p /lib/modules/$(KERNELVERSION)/updates/kernel/arch/x86/kernel/cpu/cpufreq/
44
	install -m 644 -o root -g root -D $(TARGET) ${DESTDIR}lib/modules/$(KERNELVERSION)/extra/$(TARGET)
45
	install -m 644 -o root -g root $(TARGET) /lib/modules/$(KERNELVERSION)/updates/kernel/arch/x86/kernel/cpu/cpufreq/
45
	#depmod $(KERNELVERSION) -a
46
	depmod $(KERNELVERSION) -a
47
46
48
uninstall:
47
uninstall:
49
	rm /etc/modprobe.d/phc-k8.conf
48
	rm /etc/modprobe.d/phc-k8.conf

Return to bug 283472