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

(-)/tmp/cddump-0.7.ebuild (+7 lines)
Lines 12-17 Link Here
12
		sys-devel/perl"
12
		sys-devel/perl"
13
13
14
src_compile() {
14
src_compile() {
15
	# change static path in install.cddump
16
	
17
	cat install.cddump | sed \
18
	-e "/system/s:/usr/local/man/man8:${D}usr/man/man8:" > install.cddump.NEW
19
        mv install.cddump install.cddump.backup
20
        mv install.cddump.NEW install.cddump
21
15
	# These are appropriate defaults for my system (with an 8x
22
	# These are appropriate defaults for my system (with an 8x
16
	# writer).  I don't know if these defaults will be appropriate for
23
	# writer).  I don't know if these defaults will be appropriate for
17
	# other systems.
24
	# other systems.

Return to bug 1872