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
===================================================================
--- arduino-mk.orig/arduino-mk/Arduino.mk	2012-11-09 11:51:17.281716281 -0500
+++ arduino-mk/arduino-mk/Arduino.mk	2012-11-11 10:27:28.524096850 -0500
@@ -120,10 +120,10 @@
 #   ARDUINO_DIR   = /Applications/Arduino.app/Contents/Resources/Java
 #   ARDMK_DIR     = /usr/local
 #
-# On Linux, you might prefer:
+# On Debian systems, you might prefer:
 #
 #   ARDUINO_DIR   = /usr/share/arduino
-#   ARDMK_DIR     = /usr/local
+#   ARDMK_DIR     = /usr
 #   AVR_TOOLS_DIR = /usr
 #
 # You can either set these up in the Makefile, or put them in your 
@@ -154,7 +154,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:
 #
@@ -237,10 +237,10 @@
 #   ARDUINO_DIR   = /Applications/Arduino.app/Contents/Resources/Java
 #   ARDMK_DIR     = /usr/local
 #
-# On Linux, you might prefer:
+# On Debian systems, you might prefer:
 #
 #   ARDUINO_DIR   = /usr/share/arduino
-#   ARDMK_DIR     = /usr/local
+#   ARDMK_DIR     = /usr
 #   AVR_TOOLS_DIR = /usr
 #
 #
