From 0f4e7503c268fb0f611cd69b57e78ee1f9daa41d Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Fri, 14 Aug 2015 15:21:10 -0400
Subject: [PATCH] ported: "*added arduino abstractions to the installer" from
 pd-l2ork: b9cd12d16229acf3a66accc4ad0bdae03d96f19b

---
 packages/linux_make/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile
index 802692e24..d73d39f07 100644
--- a/packages/linux_make/Makefile
+++ b/packages/linux_make/Makefile
@@ -89,6 +89,8 @@ deb: DEB_PD_VERSION := $(shell echo $(PD_VERSION) | sed 's|\(.*\)-l2ork-\(.*\)|\
 deb: $(bindir)
 # add K12 mode
 	cp -rf ../../l2ork_addons/K12/ $(DESTDIR)$(libpddir)/extra/
+# add arduino library
+	cp -rf ../../externals/hardware/arduino $(DESTDIR)$(libpddir)/extra/
 # free desktop menu, mime, and icon support
 # perhaps the icons should go in /usr/share/pixmaps like 'scribus'
 	install -d $(DESTDIR)/usr/share/icons/hicolor/128x128/apps
-- 
GitLab