From 697f6b6567b2239935ae5743e7b672ecffdd0530 Mon Sep 17 00:00:00 2001 From: Simon John Date: Thu, 13 Jun 2013 09:26:27 +0200 Subject: [PATCH] undid path changes, left in whitespace fixes and /dev/null redirection --- arduino-mk/Arduino.mk | 4 ++-- bin/ard-parse-boards | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk index 5897650..e737abf 100644 --- a/arduino-mk/Arduino.mk +++ b/arduino-mk/Arduino.mk @@ -53,7 +53,7 @@ # On Linux, you might prefer: # # ARDUINO_DIR = /usr/share/arduino -# ARDMK_DIR = /usr +# ARDMK_DIR = /usr/local # AVR_TOOLS_DIR = /usr # # You can either set these up in the Makefile, or put them in your @@ -89,7 +89,7 @@ # BOARD_TAG = uno # ARDUINO_PORT = /dev/cu.usb* # -# include /usr/share/arduino/Arduino.mk +# include /usr/local/share/Arduino.mk # # Hopefully these will be self-explanatory but in case they're not: # diff --git a/bin/ard-parse-boards b/bin/ard-parse-boards index 30c6253..530462f 100755 --- a/bin/ard-parse-boards +++ b/bin/ard-parse-boards @@ -12,7 +12,7 @@ use YAML; # More discussion at https://github.com/sudar/Arduino-Makefile/issues/50 my %Opt = ( - boards_txt => '/usr/share/arduino/hardware/arduino/boards.txt', + boards_txt => '/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/boards.txt', ); # if the ARDUINO_DIR is defined, then use it