From b677ccb211aab04233d88737076f784e37f430ad Mon Sep 17 00:00:00 2001 From: Sojourner Truth <jon.w.wilkes@gmail.com> Date: Sun, 19 Jun 2016 22:51:44 -0400 Subject: [PATCH] port agraef's commit from Pd-l2ork: Add arduino folder to the tarball installer. commit 8c75a53e66cba080776ac6ff5b5be01da92172ee --- packages/linux_make/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile index f0a66176a..5b7ef25c1 100644 --- a/packages/linux_make/Makefile +++ b/packages/linux_make/Makefile @@ -206,6 +206,7 @@ installer_makefile: # -rm -f -- $(helpdir)/iem*/*\$$*.pd $(objectsdir)/iem*/*\$$*.pd # don't put the Makefile into the package yet, otherwise it'll get installed cp -rf ../../l2ork_addons/K12/ $(DESTDIR)$(libpddir)/extra/ + cp -rf ../../externals/hardware/arduino $(DESTDIR)$(libpddir)/extra/ cp -f $(packages_src)/linux_make/pd-l2ork.png $(DESTDIR)$(libpddir) cp -f $(packages_src)/linux_make/pd-l2ork-red.png $(DESTDIR)$(libpddir) cp -f $(packages_src)/linux_make/pd-l2ork-k12.png $(DESTDIR)$(libpddir) -- GitLab