Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: avrdude -Software for programming Atmel AVR Microcontroller
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=230324
------- Additional Comments From j.w.r.degoede@hhs.nl 2007-03-01 03:33 EST ------- Ok Trond, so it looks like you can choose between /etc/avrdude.conf and /etc/avrdude/avrdude.conf
Either way you need todo in %prep: sed -i 's|/usr/local/etc/avrdude.conf|<actual location>|g' doc/avrdude.info And if you go for /etc/avrdude/avrdude.conf also: sed -i 's|/etc/avrdude.conf|<actual location>|g' doc/avrdude.info avrdude.1
To fixup the docs