Description: Set paths in mjo's Makefile to match Debian defaults
Author: Philip Hands <phil@hands.com>
Origin: vendor
Forwarded: not-needed

Index: arduino-mk/Arduino.mk
===================================================================
--- arduino-mk.orig/Arduino.mk	2012-04-27 12:29:45.906275011 -0400
+++ arduino-mk/Arduino.mk	2012-04-27 12:30:12.338275639 -0400
@@ -72,7 +72,7 @@
 #
 # For example:
 #
-#       ARDUINO_DIR  = /Applications/arduino-0013
+#       ARDUINO_DIR  = /usr/share/arduino
 #
 #       TARGET       = CLItest
 #       ARDUINO_LIBS = Ethernet Ethernet/utility SPI
@@ -80,7 +80,7 @@
 #       BOARD_TAG    = uno
 #       ARDUINO_PORT = /dev/cu.usb*
 #
-#       include /usr/local/share/Arduino.mk
+#       include /usr/share/arduino/Arduino.mk
 #
 # Hopefully these will be self-explanatory but in case they're not:
 #
@@ -186,11 +186,11 @@
 ifneq (ARDUINO_DIR,)
 
 ifndef AVR_TOOLS_PATH
-AVR_TOOLS_PATH    = $(ARDUINO_DIR)/hardware/tools/avr/bin
+AVR_TOOLS_PATH    = /usr/bin
 endif
 
 ifndef ARDUINO_ETC_PATH
-ARDUINO_ETC_PATH  = $(ARDUINO_DIR)/hardware/tools/avr/etc
+ARDUINO_ETC_PATH  = /etc
 endif
 
 ifndef AVRDUDE_CONF
