diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile index 802692e24448deede14cde5c417093aa868df772..d73d39f0771a3837642eff572ac8a0a38570c1d4 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