Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 828443
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/Makefile
0
++ b/Makefile
Lines 76-82 all: corefreqd corefreq-cli Link Here
76
	$(MAKE) -j1 -C $(KERNELDIR) M=$(PWD) modules
76
	$(MAKE) -j1 -C $(KERNELDIR) M=$(PWD) modules
77
77
78
.PHONY: install
78
.PHONY: install
79
install: module-install
79
install:
80
	install -Dm 0755 corefreq-cli corefreqd -t $(PREFIX)/bin
80
	install -Dm 0755 corefreq-cli corefreqd -t $(PREFIX)/bin
81
	install -Dm 0644 corefreqd.service \
81
	install -Dm 0644 corefreqd.service \
82
		$(PREFIX)/lib/systemd/system/corefreqd.service
82
		$(PREFIX)/lib/systemd/system/corefreqd.service

Return to bug 828443