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

(-)file_not_specified_in_diff (-2 / +5 lines)
Line  Link Here
0
-- a/dev-embedded/arduino/arduino-1.8.7.ebuild
0
++ b/dev-embedded/arduino/arduino-1.8.7.ebuild
Lines 109-117 src_install() { Link Here
109
109
110
	doins -r examples hardware lib tools
110
	doins -r examples hardware lib tools
111
111
112
	# platform.txt is not part of arduino-builder-1.5.4 anymore
113
	insinto "/usr/share/${PN}/hardware"
114
	doins "hardware/arduino/avr/platform.txt"
115
112
	# In upstream's build process, we copy these fiels below from the bundled arduino-builder.
116
	# In upstream's build process, we copy these fiels below from the bundled arduino-builder.
113
	# Here we do the same thing, but from the system arduino-builder.
117
	# Here we do the same thing, but from the system arduino-builder.
114
	dosym "../../arduino-builder/platform.txt" "/usr/share/${PN}/hardware/platform.txt"
115
	dosym "../../arduino-builder/platform.keys.rewrite.txt" "/usr/share/${PN}/hardware/platform.keys.rewrite.txt"
118
	dosym "../../arduino-builder/platform.keys.rewrite.txt" "/usr/share/${PN}/hardware/platform.keys.rewrite.txt"
116
	dosym "../../bin/arduino-builder" "/usr/share/${PN}/arduino-builder"
119
	dosym "../../bin/arduino-builder" "/usr/share/${PN}/arduino-builder"
117
120

Return to bug 735718