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

Collapse All | Expand All

(-)nvram-wakeup-0.97.ebuild (-1 / +16 lines)
Lines 19-25 Link Here
19
	# Need to be careful with CFLAGS since this could eat your bios
19
	# Need to be careful with CFLAGS since this could eat your bios
20
	strip-flags
20
	strip-flags
21
	sed -i \
21
	sed -i \
22
		-e "s:-O2 -Wall -Wstrict-prototypes -g -mcpu=i686:${CFLAGS} -g:" \
22
		-e "s:-O2 -Wall -Wstrict-prototypes -g -mcpu=i686:${CFLAGS}:" \
23
		Makefile || die "setting CFLAGS"
23
		Makefile || die "setting CFLAGS"
24
}
24
}
25
25
Lines 29-34 Link Here
29
		MANDIR=${D}/usr/share/man \
29
		MANDIR=${D}/usr/share/man \
30
		DOCDIR=${D}/usr/share/doc/${PF} \
30
		DOCDIR=${D}/usr/share/doc/${PF} \
31
		install || die
31
		install || die
32
33
	# VDR sampe scripts into VDR subdir
34
	docinto VDR
35
36
	# install set_timer sample script into doc dir
37
	dodoc set_timer
38
39
	# move vdrshutdown sample script into doc dir
40
	dodoc ${D}/usr/bin/vdrshutdown
41
	rm -f ${D}/usr/bin/vdrshutdown
42
43
	# provide the sample config in /etc
44
	dodir /etc
45
	mv -v ${D}/usr/share/doc/${PF}/nvram-wakeup.conf ${D}/etc
46
32
	prepalldocs
47
	prepalldocs
33
}
48
}
34
49

Return to bug 47162