diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile index f0a66176ad2dea37d790e836e89763ec4c3a854b..5b7ef25c1faca3ff55136b5be5589f6744765442 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)